![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
question
i was wondering how can i take a program i made wiht python and make it into a .exe file?
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
Take a look at py2exe (google) it makes your python code into a windows executable by bundling the whole python interpretor with it. Python was not designed to be made into executables, its an interpreted scripting language, but py2exe lets you make one with a lot of overhead.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|