Re: [Pythonmac-SIG] problem running py2app

2010-02-03 Thread Kevin Walzer
On 2/2/10 6:24 PM, William R.Dickson wrote: Attila Tajtiattila.tajtiat 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

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 an app.

[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

[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