Re: [Pythonmac-SIG] Silly question perhaps, but how do I use py2app?

2005-05-18 Thread Bob Ippolito
On May 18, 2005, at 11:45 PM, Skip Montanaro wrote: > I downloaded and installed py2app this evening. I didn't find an > app named > "py2app", but did find /usr/local/bin/py2applet. Is that py2app? > If not, > where is it? I tried running py2applet with no args or with -- > help. Both >

[Pythonmac-SIG] Silly question perhaps, but how do I use py2app?

2005-05-18 Thread Skip Montanaro
I downloaded and installed py2app this evening. I didn't find an app named "py2app", but did find /usr/local/bin/py2applet. Is that py2app? If not, where is it? I tried running py2applet with no args or with --help. Both times it emitted lines like: running py2app creating /private/tm

[Pythonmac-SIG] Python Metadata Importer

2005-05-18 Thread Jonathan Wight
Version 0.9 (everything done exception final documentation tidy-up) is online at: http://svn.toxicsoftware.com/svn/toxic_public/trunk/Freeware/Python% 20Metadata%20Importer/Releases/Python%20Metadata%20Importer.dmg Source is available from: http://svn.toxicsoftware.com/svn/toxic_public/trunk/

Re: [Pythonmac-SIG] [Pyobjc-dev] ANN: PyObjC 1.3.5

2005-05-18 Thread Michael Stearne
Looks great! Thanks for the work. Michael On 5/18/05, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > PyObjC 1.3.5 is now available for download at http:// > pyobjc.sourceforge.net/ > > PyObjC is a bridge between Python and Objective-C. It allows full > featured Cocoa applications to be written

Re: [Pythonmac-SIG] [Pyobjc-dev] ANN: PyObjC 1.3.5

2005-05-18 Thread Ronald Oussoren
On 18-mei-2005, at 22:10, Bob Ippolito wrote: On May 18, 2005, at 3:10 PM, Ronald Oussoren wrote: PyObjC 1.3.5 is now available for download at http:// pyobjc.sourceforge.net/ DO NOT DOWNLOAD THIS YET. There is a mistake in the release, it includes the wrong version of py2app (0.1.9), which m

Re: [Pythonmac-SIG] [Pyobjc-dev] ANN: PyObjC 1.3.5

2005-05-18 Thread Bob Ippolito
On May 18, 2005, at 3:10 PM, Ronald Oussoren wrote: > PyObjC 1.3.5 is now available for download at http:// > pyobjc.sourceforge.net/ DO NOT DOWNLOAD THIS YET. There is a mistake in the release, it includes the wrong version of py2app (0.1.9), which means that the Xcode templates are proba

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

2005-05-18 Thread Kevin Ollivier
Hi Kevin, On May 17, 2005, at 8:45 PM, Kevin Walzer wrote: > -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 main

[Pythonmac-SIG] ANN: py2app 0.2

2005-05-18 Thread Bob Ippolito
`py2app 0.2`_ is a minor bug fix release. You can download it from `pythonmac.org packages`_. `PyObjC`_ 1.3.5 ships with py2app 0.2, so if you have that, you have already upgraded to py2app 0.2! .. _`py2app 0.2`: http://undefined.org/python/#py2app .. _`pythonmac.org packages`: http://python

[Pythonmac-SIG] ANN: PyObjC 1.3.5

2005-05-18 Thread Ronald Oussoren
PyObjC 1.3.5 is now available for download at http:// pyobjc.sourceforge.net/ PyObjC is a bridge between Python and Objective-C. It allows full featured Cocoa applications to be written in pure Python. It is also easy to use other frameworks containing Objective-C class libraries from Python an

Re: [Pythonmac-SIG] Frameworks which won't import

2005-05-18 Thread Dethe Elza
> It's more or less a case of getting what you deserve, trying to > load embedded frameworks from applications that were never meant > for external use. They probably depend on symbols defined in the > executable or something. OK, thanks. At least I know to give up that route and try anoth

Re: [Pythonmac-SIG] Frameworks which won't import

2005-05-18 Thread Bob Ippolito
On May 18, 2005, at 2:05 PM, Dethe Elza wrote: > I have a framework which I can't import into PyObjC in the usual > way. Since then I've tried various other frameworks I've found on my > system, mostly embedded in application bundles, and some import but > others do not. I'm not getting any info

[Pythonmac-SIG] Frameworks which won't import

2005-05-18 Thread Dethe Elza
Let me try to rephrase my question. I have a framework which I can't import into PyObjC in the usual way. Since then I've tried various other frameworks I've found on my system, mostly embedded in application bundles, and some import but others do not. I'm not getting any information on *w