are you sure you can't post the entire traceback? just copy/paste from the
terminal into the browser window.
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
is this a question or an answer? is this a cocoa question or a PyObjC
question?
On 6/6/07, Tom Elliott <[EMAIL PROTECTED]> wrote:
The kill() method is just a stub, written back when I thought the way to
do this is for the main thread to terminate the worker thread. Now, after
more reading, I r
hi,
I'm trying to bundle the Adobe AIR framework and my Python
application with py2app. But I'm getting the error below as soon as
macholib (1.1 or 1.2-dev) starts to analyze the executable in the AIR
framework.
[exec] copying /Developer/SDKs/flex3/runtimes/air/mac/Adobe
AIR.framewo
sounds like another endianness problem, which architecture are u running?
[exec] hdr = MachOHeader(self, fh, offset, size, magic,
hdr, endian)
[exec] File "/private/tmp/trunk/macholib/MachO.py", line 146,
in __init__
[exec] self.load(fh)
[exec] File "/pr