Hi,

I'm new to pyinstaller and haven't seen my problem described
elsewhere.  I have a project which uses matplotlib with wxpython.
After running through the spec and build process, it seems to end
successfully with the creation of an exe.  When I run the file though,
I get a dialog that says:

Window Title: "wxPython Upgrade Needed"

"This application requires a version of wxPython greater than or equal
to 2.8, but a matching version was not found.

You currently have these version(s) installed:  (it's blank here)

Would you like to download a new version of wxPython? (Yes/No
buttons)"

I've found that if I manually add wx.pth to the directory with the
exe, the program runs correctly.  Is there a way to automate adding
this file?  Is this file usually added, and I have a borked install of
some sort, or is path/version info handled differently altogether?

I have fresh installs of the following on Windows XP:
python-2.5.4.msi
matplotlib-0.99.0.win32-py2.5.exe
wxPython2.8-win32-unicode-2.8.10.1-py25.exe
pywin32-214.win32-py2.5.exe

trunk-r701.zip

My build script is:

set PIP=c:\pyinstaller_svn701_2.5\
python %PIP%Makespec.py --onefile --windowed --upx --version
verfile.txt %1%.py
python %PIP%Build.py %1%.spec

Thanks for any help you can give.

Jason

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to