You might like to try installing cx_Freeze 5.0.

Go to https://bitbucket.org/anthony_tuininga/cx_freeze/downloads, click on the link to "Download repository" and save the .zip file to your downloads directory (or somewhere else you know.)

You should now have a file on your computer something like C:\Users\Samuel\Downloads\anthony_tuininga-cx_freeze-adb1d5716a84.zip.

At a command prompt type and run:
pip install C:\Users\Samuel\Downloads\anthony_tuininga-cx_freeze-adb1d5716a84.zip --upgrade

That is all I needed to do on my system, but please feel free to ignore this suggestion if it only leads to more confusion!!!

Best regards,
Timothy Grove


On 21/08/2016 22:12, Thomas Kluyver wrote:
On 21 August 2016 at 22:08, Chester Guinyard <cguiny...@pbtcomm.net <mailto:cguiny...@pbtcomm.net>> wrote:

    Are there another (simple) way to to create a standalone program
    without using cx_ Freeze?


There are alternatives; they're not necessarily easier, but you may have more luck:

- PyInstaller (http://www.pyinstaller.org/ ) works in a similar way to cx_Freeze to make an exe. - Pynsist (http://pynsist.readthedocs.io/ ) is a tool I made; it makes an installer for your application rather than a standalone exe file.


------------------------------------------------------------------------------


_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to