Re: [Pythonmac-SIG] Py2app syntax error

2007-06-27 Thread Nehemiah Dacres
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

Re: [Pythonmac-SIG] newbie: threads in PyObjC

2007-06-27 Thread Nehemiah Dacres
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

[Pythonmac-SIG] py2app and Adobe AIR problem

2007-06-27 Thread Thijs Triemstra|Collab
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

Re: [Pythonmac-SIG] py2app and Adobe AIR problem

2007-06-27 Thread Nehemiah Dacres
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