Re: [Pythonmac-SIG] py2app uses wrong version of wxPython?

2005-12-15 Thread Kevin Ollivier
On Dec 14, 2005, at 11:36 AM, Erik Westra wrote: [snip] > I'm not sure if the problem is an obscure bug in py2app, if something > is screwed up in the wxPython 2.6.1.0 library (maybe it includes the > wrong version of an .so files or something), or if I've done > something stupid to cause the pr

[Pythonmac-SIG] appscript installer 1.2 - looking for feedback

2005-12-15 Thread has
Hi folks, Just posted a preview of the next appscript installer package at: http://freespace.virgin.net/hamish.sanderson/Appscript-Installer-1.2.dmg.gz Unfortunately, Nick's too busy with real life work these days so this one's built by me. Contains installers for Python 2.3 and 2.4 on both OS

Re: [Pythonmac-SIG] py2app uses wrong version of wxPython?

2005-12-15 Thread bray
I am not sure if this will helpful to you or not. But I did recall something on VersionSelect, found here . Otherwise, take a look at you environment variables from the command line and compare this to what is set for py2app. Brian

[Pythonmac-SIG] py2app uses wrong version of wxPython?

2005-12-15 Thread Erik Westra
Greetings, I've been successfully using py2app for about a year now to build an application bundle out of a large wxPython application I've developed. Recently, I upgraded my development machine to OSX 10.4.2, and installed wxPython 2.6.1.0 and py2app 0.2. I'm using the Apple-supplied Py