[ python-Bugs-1637943 ] Problem packaging wx application with py2exe.

SourceForge.net noreply at sourceforge.net
Sat Jan 20 19:27:08 CET 2007


Bugs item #1637943, was opened at 2007-01-17 10:10
Message generated for change (Comment added) made by josiahcarlson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1637943&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 2.5
Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Indy (indy90)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem packaging wx application with py2exe.

Initial Comment:
I have created a minimal wx application, which runs fine. However, when I package it with py2exe and I try to run the .exe file, an error occurs, the program crashes (before even starting) and a pop-up box says to look at the log file for the error trace. It says that wx/_core_.pyd failed to be loaded (this file exists in my filesystem - I have checked). When I skip "zipfile = None" in the setup() function, another pop-up box also appears, and says that a DLL failed to be loaded.

Python 2.5
wxPython 2.8.0.1
py2exe 0.6.6

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

Comment By: Josiah Carlson (josiahcarlson)
Date: 2007-01-20 10:27

Message:
Logged In: YES 
user_id=341410
Originator: NO

For reference, this may or may not be related to having gdiplus.dll and/or
the msvcrt71.dll (or something like that) in the same path as the
executable that runs your program.  Try to move those into the same path as
the executable you are trying to run and see if that helps.  If it doesn't,
feel free to post on the wxPython-users at lists.wxwidgets.org mailing list.

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

Comment By: Brett Cannon (bcannon)
Date: 2007-01-17 10:40

Message:
Logged In: YES 
user_id=357491
Originator: NO

This is the bug tracker for the Python programming language.  Please
report this issue to the py2exe development team.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1637943&group_id=5470


More information about the Python-bugs-list mailing list