I'm trying to build a fairly simple app (on osx 10.5.4) that leverages
the Authorization module (v0.1).
The py2app build succeeds, but when I run the app, I get an exception that says:
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/Authorization/_Authorization
Nehemiah Dacres wrote:
Daniel Ashbrook wrote:
Anybody know how to make #pragma mark work with python in xcode?
python has pragmas? I dont thinks so
No, but XCode has pragmas. Well, #pragma mark at least.
Sadly, Dan, I don't know the answer to your question, but I am
interested in any (inte
python has pragmas? I dont thinks so
On Thu, Aug 7, 2008 at 3:48 PM, Daniel Ashbrook <[EMAIL PROTECTED]>wrote:
> Anybody know how to make #pragma mark work with python in xcode?
>
>
> dan
> ___
> Pythonmac-SIG maillist - Pythonmac-SIG@python.org
> htt
have all of you forgotten that the current directory isn't in the path
either? to excecute a script in the current directory at the command line,
you type at the '$'
$ ./MyScript
else you do
$python MyScript
but then you wouldn't need the 'shebang' line '#!/bin/env python' or
'#!/usr/bin/python
On
Alright,
So i get macpython, and after this is the problem I run into..
Installed /Users/xkenneth/work/mwdconfig/tkpyro/altgraph-0.6.7-py2.5.egg
Traceback (most recent call last):
File "setup.py", line 17, in
setup_requires = modules,
File "/Library/Frameworks/Python.framework/Versions/
Kenneth Miller wrote:
Chris,
How can I build python to link to the OS X Tkinter libraries? That's
the ONLY reason I'm using the system python. I usually use the python
built by macports.
Regards,
Ken
You can build Python yourself using the source code at Python.org. I
think the flags