[Pythonmac-SIG] py2app, argv-emulation, and 64-bit

2011-03-30 Thread Josh Powell
Hi all- I'm still relatively new to python, and very new to py2app. I'm looking for a workaround to the issue that "argv-emulation is not supported for 64-bit executables." I have a fairly simple script that processes a text file, and would like to make a drag and drop app for users who aren'

Re: [Pythonmac-SIG] Problem with py2app 0.6

2011-03-30 Thread Christopher Barker
On 3/30/11 8:25 AM, Russell Owen wrote: BTW: I'm also not allowing my code to be zipped up because I use __file__ to locate some non-code resources and the dynamically loaded scripts. I should convert that code but I'm not sure if there's a standard technique that will have long-term support.

Re: [Pythonmac-SIG] Problem with py2app 0.6

2011-03-30 Thread Russell Owen
On Mar 29, 2011, at 10:58 PM, Ronald Oussoren wrote: > > On 29 Mar, 2011, at 22:02, Russell E. Owen wrote: > >> I used easy_install to install py2app 0.6 and tried it out on one of >> several applications I distribute. Unfortunately the build failed with; > > The testsuite is obviously not go

Re: [Pythonmac-SIG] Problem with py2app 0.6

2011-03-30 Thread Ronald Oussoren
On 29 Mar, 2011, at 22:02, Russell E. Owen wrote: > I used easy_install to install py2app 0.6 and tried it out on one of > several applications I distribute. Unfortunately the build failed with; The testsuite is obviously not good enough yet to catch all errors. I've done some changes in how