Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't run .exe file
#2
I have had very good luck with py2exe. Suggest that you give that a try,
basic instructions are here: https://pypi.python.org/pypi/py2exe/0.9.2.2

I have had difficulty with some packages using other methods. There are
always solutions, but sometimes not so evident.
py2exe seems to work most (if not all) the time.

One other thing that really seems to help is to create your application in a virtual environment.

If you need more detailed information on py2exe, see:
Reply


Messages In This Thread
can't run .exe file - by Doug - Feb-18-2017, 12:16 PM
RE: can't run .exe file - by Larz60+ - Feb-18-2017, 12:54 PM
RE: can't run .exe file - by snippsat - Feb-18-2017, 01:45 PM
RE: can't run .exe file - by Larz60+ - Feb-18-2017, 10:07 PM
RE: can't run .exe file - by snippsat - Feb-19-2017, 07:14 AM
RE: can't run .exe file - by wavic - Feb-19-2017, 07:19 AM
RE: can't run .exe file - by snippsat - Feb-19-2017, 08:43 AM
RE: can't run .exe file - by Larz60+ - Feb-19-2017, 12:14 PM
RE: can't run .exe file - by snippsat - Feb-19-2017, 10:29 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020