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
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
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
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
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
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