Hey everyone,
I have some python source codes that I can compile and run, but how do I make an EXE of them?
Thanks,
Red
Python Code to EXE
Page 1 of 16 Replies - 2078 Views - Last Post: 04 March 2009 - 04:09 PM
Replies To: Python Code to EXE
#2
Re: Python Code to EXE
Posted 02 March 2009 - 10:42 PM
the package you need if (intuitively enough) py2exe, and can be found here:
http://www.py2exe.org/
Hope this helps,
-Jerome
http://www.py2exe.org/
Hope this helps,
-Jerome
#3
Re: Python Code to EXE
Posted 03 March 2009 - 01:53 PM
I downloaded py2exe, but then i got an error during install...
"python 2.3 is required, which was not found in the registry"
I read that sometimes depending on how you installed python it creates registry entries in your... registry. but i look under local machine and then software and python is under there...
"python 2.3 is required, which was not found in the registry"
I read that sometimes depending on how you installed python it creates registry entries in your... registry. but i look under local machine and then software and python is under there...
#4
Re: Python Code to EXE
Posted 03 March 2009 - 03:09 PM
You might have tried to install older version of py2exe. Make sure to download the appropriate version of py2exe according to installed version of python.
#5
Re: Python Code to EXE
Posted 03 March 2009 - 05:58 PM
I am currently using py2exe with python 2.6 on one of my machines at work.
I would be unsurprised if this package has not been ported to python 3.0 (yet), but it should work with the various python 2.x just fine.
Check the version of py2exe you are trying to install.
I would be unsurprised if this package has not been ported to python 3.0 (yet), but it should work with the various python 2.x just fine.
Check the version of py2exe you are trying to install.
#6
Re: Python Code to EXE
Posted 04 March 2009 - 12:27 PM
Hey thanks guys, I was installing py2exe for 2.3 but I have 2.6. All working now. Thanks!
Page 1 of 1