Re: [Pythonmac-SIG] py2app: Bombing on unknown load command 27

2009-01-05 Thread Christopher Barker
Joel Gluck wrote: Chris, here's the setup script (which I run in my cwd, containing the main program I'm creating an app out of, "savi.py"). TIA for your diagnosis, doc! -- Joel* that all looks pretty normal. oh, you do run it as: $python setup.py py2app don't you? One note: One more rela

Re: [Pythonmac-SIG] py2app: Bombing on unknown load command 27

2009-01-05 Thread Joel Gluck
Chris, here's the setup script (which I run in my cwd, containing the main program I'm creating an app out of, "savi.py"). TIA for your diagnosis, doc! -- Joel import os from setuptools import setup print os.system(r'sudo rm -rf mac_build mac_dist savi_log.txt') APP = ['savi.py']

Re: [Pythonmac-SIG] py2app: Bombing on unknown load command 27

2009-01-05 Thread Christopher Barker
Joel Gluck wrote: Hi Chris, One more related question on this -- when I run my setup script, the following 4 eggs appear in my cwd: *altgraph-0.6.7-py2.5.egg* *modulegraph-0.7-py2.5.egg* *bdist_mpkg-0.4.3-py2.5.egg* *macholib-1.1-py2.5.egg* Why is this happening? those are the py2app depen

Re: [Pythonmac-SIG] Bus error with Python 2.5.4

2009-01-05 Thread Russell E. Owen
In article , "Russell E. Owen" wrote: > I'm seeing a bus error on MacOS X 10.5.6 when using Python 2.5.4 to > display images via PIL and Tkinter. Before I try to track down the > details I'm wondering if anyone else has already seen and diagnosed it. I should add that this problem is new in 2

[Pythonmac-SIG] Bus error with Python 2.5.4

2009-01-05 Thread Russell E. Owen
I'm seeing a bus error on MacOS X 10.5.6 when using Python 2.5.4 to display images via PIL and Tkinter. Before I try to track down the details I'm wondering if anyone else has already seen and diagnosed it. -- Russell ___ Pythonmac-SIG maillist - Py

Re: [Pythonmac-SIG] py2app: Bombing on unknown load command 27

2009-01-05 Thread Ned Deily
In article <49623e92.3070...@noaa.gov>, Christopher Barker wrote: > Joel Gluck wrote: > > Question: when I ran easy_install for py2app as you suggested, it > > returned an error: > > Well, I'm not setuptools expert, but I notice the following: > > > *Joel-Glucks-iMac:~ joel$ easy_install py2ap

Re: [Pythonmac-SIG] py2app: Bombing on unknown load command 27

2009-01-05 Thread Joel Gluck
Thanks, Chris -- very clear and useful guidance! I will roll up my sleeves and get into this as soon as time allows... -- Joel On Jan 5, 2009, at 12:08 PM, Christopher Barker wrote: Joel Gluck wrote: Question: when I ran easy_install for py2app as you suggested, it returned an error: Well,

Re: [Pythonmac-SIG] py2app: Bombing on unknown load command 27

2009-01-05 Thread Christopher Barker
Joel Gluck wrote: Question: when I ran easy_install for py2app as you suggested, it returned an error: Well, I'm not setuptools expert, but I notice the following: *Joel-Glucks-iMac:~ joel$ easy_install py2app==dev* ... *(Currently using setuptools 0.6c7 so in this case, setuptools 0.6c