![]() |
| ||
| Py2exe Hi Excuse me but i came again Can someone learn me how to work with py2exe? thanks |
| ||
| Re: Py2exe I think I posted somewhere GUI versions and If not mistaken, ene posted the coding version. Try to search the forum |
| ||
| Re: Py2exe I'll assume you have already read the tutorial at: http://www.py2exe.org/index.cgi/Tutorial basically, once you have py2exe installed you need to make a script to build the exe. Make a file called setup.py in the directory with the python file you want to make an exe out of. put the following inside setup.exe: from distutils.core import setup replacing yourscript.py with your scripts name. then run it from the command line with python setup.py py2exeIf it completes succesfully you should now have an exe in your folder. |
| ||
| Re: Py2exe If your using a GUI you may want to take a look at this piece of code: http://www.daniweb.com/forums/post623822-10.html |
| All times are GMT -4. The time now is 4:57 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC