[Pythonmac-SIG] Wrapping a framework

2005-05-17 Thread Dethe Elza
Hi folks, I've wrapped a couple of frameworks using the following idiom with no problem, but now I'm trying to wrap the framework that comes with Skype and it's refusing to load the bundle. Any ideas what I could be doing wrong? # Contents of Skype/__init__.py in path: import objc, AppKit,

[Pythonmac-SIG] Apple Help Book for Python 2.4.1

2005-05-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For those using Bob's Python 2.4.1 build, I've packaged an Apple Help Book with the official Python docs that can be accessed from PythonIDE: this is the same functionality that Jack provided for Python 2.3 via Package Manager, meaning that you can bot

[Pythonmac-SIG] Performance improvement in Python 2.4.1/wxPython 2.6?

2005-05-17 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anyone using wxPython libraries noticed a performance improvement in Bob's Python 2.4.1 build and wxPython 2.6? I'm working on some new versions of the wxPython apps I maintain, and they seem less crash-prone when linking against the latest and gre

Re: [Pythonmac-SIG] Performance improvement in Python 2.4.1/wxPython 2.6?

2005-05-17 Thread Bob Ippolito
On May 17, 2005, at 11:45 PM, Kevin Walzer wrote: > Has anyone using wxPython libraries noticed a performance > improvement in > Bob's Python 2.4.1 build and wxPython 2.6? I'm working on some new > versions of the wxPython apps I maintain, and they seem less crash- > prone > when linking agains