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
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']
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
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
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
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
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,
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