Python Forum
[WxPython] Issues with Exe generation and Packaging dependencies
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] Issues with Exe generation and Packaging dependencies
#1
Using PyCharm IDE, I have a Python application written in 2.7 and uses Wxpython,PyWin, WinPaths. I am generating the exe using py2exe and used Inno set up for the packaging. Everything worked fine for Windows 7 32-bit.

Now want to migrate the code to Windows 7/10 64 bit and also from Python 2.7 to 3.4. Modified the code for Python 3.4 but facing issues in generating exe using py2exe. Have a problem with depedency libaries and the exe is throwing errors for missing modules.

Am i even on the right path ? Can anyone guide me on the approach to be followed. I see that the earlier win32 version used to work well and generate a bdist.win32 folder in the build folder. I do not see that anymore with my new code ;-(. Am i missing something very basic.
Reply
#2
Ive had a lot of issues with py2exe and 64 bit with certain 3rd party libs.

try pyinstaller
http://www.pyinstaller.org/
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Packaging VTK and ITK for macOS sandrider 0 2,499 Nov-01-2018, 05:24 AM
Last Post: sandrider
  packaging a PyQt app for macOS danboid 0 3,706 Mar-30-2017, 06:57 PM
Last Post: danboid

Forum Jump:

User Panel Messages

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