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

SourceForge.net noreply at sourceforge.net
Wed Jan 17 19:40:03 CET 2007


Bugs item #1637943, was opened at 2007-01-17 10:10
Message generated for change (Comment added) made by bcannon
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: 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