Re: [Pythonmac-SIG] py2app -- can't import os module?!

2006-07-19 Thread Alan Liu
Hi Bob:Ok, I now see my problem has nothing to do with the version of py2app. I'm trying to launch a second python process. I see you commented on this over a year ago: http://mail.python.org/pipermail/pythonmac-sig/2005-April/013851.htmlI'll try some of your advice in that post.Thanks,- AlanOn 7/1

Re: [Pythonmac-SIG] py2app -- can't import os module?!

2006-07-19 Thread Alan Liu
Thanks -- I had to go to *site-packages* to find my old install of py2app and now I have py2app 0.3.1 installed.I hope more stuff is supported via easy_install in the future.- Alan On 7/19/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: On Jul 19, 2006, at 12:17 AM, Alan Liu wrote:> I have a wxPython a

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-19 Thread Bob Ippolito
On Jul 19, 2006, at 1:14 PM, Christopher Barker wrote: > Bob Ippolito wrote: > >> This should work in svn (r13). You can easily run the development >> version straight from a svn checkout: >> svn co http://svn.pythonmac.org/py2app/py2app/trunk py2app >> cd py2app >> python setup.py develop > >

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-19 Thread Christopher Barker
Bob Ippolito wrote: > This should work in svn (r13). You can easily run the development > version straight from a svn checkout: > > svn co http://svn.pythonmac.org/py2app/py2app/trunk py2app > cd py2app > python setup.py develop A get: Fetching external item into 'py2app2/ez_setup' svn: Can't

Re: [Pythonmac-SIG] py2app -- can't import os module?!

2006-07-19 Thread Bob Ippolito
On Jul 19, 2006, at 12:17 AM, Alan Liu wrote: > I have a wxPython app that works fine on python 2.3 (vendor) and > py2app. > > Now I'm trying to get the same to work with python 2.4.3 and > wxPython 2.6.x and py2app from pyobjc-1.4-python2.4-macosx10.4.dmg. That's not the py2app to use. See

Re: [Pythonmac-SIG] Adding resource fork support to tarfile.py

2006-07-19 Thread Bob Ippolito
On Jul 19, 2006, at 10:52 AM, Apple Consultants Network wrote: > > On Jul 18, 2006, at 6:45 PM, David M. Cooke wrote: > >> >> You've got to explicitly handle the resource fork yourself. The tar >> format (AFAIK) doesn't support any notion of extra metadata or >> forks of a file. Tiger's tar fakes

Re: [Pythonmac-SIG] Adding resource fork support to tarfile.py

2006-07-19 Thread Apple Consultants Network
On Jul 18, 2006, at 6:45 PM, David M. Cooke wrote: > > You've got to explicitly handle the resource fork yourself. The tar > format (AFAIK) doesn't support any notion of extra metadata or > forks of a file. Tiger's tar fakes it by saving the resource fork > as a separate file with '._' ad

[Pythonmac-SIG] i18n

2006-07-19 Thread Perico
Do anybody knows how to run i18n on pythoncard?I can run on files .py but no on .rsrc.py filesAny weblink? I have browsed on the web but I haven't found anything of interestRegards ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python

[Pythonmac-SIG] py2app -- can't import os module?!

2006-07-19 Thread Alan Liu
Hi,I hoping someone might recognize this right away. I have no idea what's gone wrong.I have a wxPython app that works fine on python 2.3 (vendor) and py2app.Now I'm trying to get the same to work with python 2.4.3 and wxPython 2.6.x and py2app from pyobjc-1.4-python2.4-macosx10.4.dmg.It appears t

Re: [Pythonmac-SIG] Universal wxPython app fails when run on second (PPC) machine

2006-07-19 Thread Erik Westra
Hello again, Sorry for taking so long to reply -- I've been swamped with other work lately. > I cannot reproduce this with the most recent version of py2app (the > one you'll get when installing pyobjc from subversion). That also > claims to be 0.2.5, but I don't know how different it is fr