Archives

Archive for September, 2006

PyInstaller and making a Python program for deployment

( Python )
 

http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi PyInstaller packages Python programs into standard executables, that work on computers without Python installed. It doesn’t automatically create a subfolder structure and put things like images etc in there. That must remain a manual step. The idea is to give someone a zipped up folder which they can unzip somewhere and it will work. [...]

 

google