Re: [Pythonmac-SIG] Mac Python FAQ?

2008-04-05 Thread Henning Hraban Ramm
Am 2008-04-05 um 15:36 schrieb has: > Just wondering if there's an up-to-date FAQ/troubleshooting page > available for OS X-based Python users? > > For example, the adjoining "Help getting started with py-appscript" > thread was really a general Python/OS X issue, not an appscript- > specific one,

[Pythonmac-SIG] Mac Python FAQ?

2008-04-05 Thread has
Hi all, Just wondering if there's an up-to-date FAQ/troubleshooting page available for OS X-based Python users? For example, the adjoining "Help getting started with py-appscript" thread was really a general Python/OS X issue, not an appscript- specific one, so I'd like to add a "New to Pyth

Re: [Pythonmac-SIG] Help getting started with py-appscript

2008-04-05 Thread has
Dewey V. Schorre wrote: > My only copy of Python is MacPython 2.5 in my application folder. That's just the GUI utilities that come with the third-party Python 2.5 distribution from python.org; the Python framework itself, which includes its command line tools, is installed under /Library/Fra

Re: [Pythonmac-SIG] locating Python.h

2008-04-05 Thread Matthias Baas
[EMAIL PROTECTED] wrote: > Feat> I've carefully read the section about building extensions, ... > Feat> but this doesn't tell me how to locate the right Python header > Feat> file... > > Distutils takes care of that for you. All you should need to do is > > #include "Python.h" >

Re: [Pythonmac-SIG] newbie py2app problem - "ImportError: no module named code"

2008-04-05 Thread Robin Dunn
anonymous user wrote: > Traceback (most recent call last): > File > "/Users/pekalmj1/tmp/foo2/dist/driver.app/Contents/Resources/__boot__.py", > line 137, in > _run('driver.py') > File > "/Users/pekalmj1/tmp/foo2/dist/driver.app/Contents/Resources/__boot__.py", > line 134, in _run >