Re: [Pythonmac-SIG] problem running py2app

2010-02-06 Thread Dan Rabin
I've tracked that down to a 32-vs-64-bit issue with some versions of macholib. I have found that the version that comes with py2app 0.4.4 works for me now on an Intel Mac running 10.6. IIRC the version from macports isn't that recent. -- Dan Rabin On Tue, Feb 2, 2010 at 3:24 PM, William R. Di

Re: [Pythonmac-SIG] problem running py2app

2010-02-03 Thread Kevin Walzer
On 2/2/10 6:24 PM, William R.Dickson wrote: Attila Tajti gmail.com> writes: error: unpack requires a string argument of length 8 /Users/ata/Projects/MailArchiveButton/build/bdist.macosx-10.6- universal/egg/macholib/ptypes.py(48)from_str() (Pdb) ^D I'm getting the same error on my first a

Re: [Pythonmac-SIG] problem running py2app

2010-02-02 Thread Attila Tajti
On 2010.02.03., at 0:24, William R. Dickson wrote: >> error: unpack requires a string argument of length 8 >>> /Users/ata/Projects/MailArchiveButton/build/bdist.macosx-10.6- > universal/egg/macholib/ptypes.py(48)from_str() >> (Pdb) ^D > > I'm getting the same error on my first attempt to build a

Re: [Pythonmac-SIG] problem running py2app

2010-02-02 Thread William R . Dickson
Attila Tajti gmail.com> writes: > error: unpack requires a string argument of length 8 > > /Users/ata/Projects/MailArchiveButton/build/bdist.macosx-10.6- universal/egg/macholib/ptypes.py(48)from_str() > (Pdb) ^D I'm getting the same error on my first attempt to build an app. Did you get any resp

[Pythonmac-SIG] problem running py2app

2010-01-25 Thread Attila Tajti
Hello, As my first Mac OS X project I am trying to build a sample plugin with py2app. I am following this tutorial: http://eaganj.free.fr/weblog/?post/2009/07/14/Demystifying-Mail.app-Plugins-on-Leopard I do not know what am I doing wrong, but I cannot seem to be able to create my plugin in t

[Pythonmac-SIG] problem running py2app bundle referencing PyLucene

2007-01-02 Thread Mike Solomon
Hey all, I'm a long-time python wrangler, but I've recently been doing more development for deployment on the Mac. I've been trying to get py2app to build a wrapper around a small Python server that uses PyLucene. Unfortunately, I've hit a few snags. When I build, I supply the following env