[Pythonmac-SIG] Help! I can't get py2app v0.4.2 to correctly embed Authorization

2008-08-08 Thread David Hostetler
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

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-08 Thread Blake Winton
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

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-08 Thread Nehemiah Dacres
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

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-08 Thread Nehemiah Dacres
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

Re: [Pythonmac-SIG] LXML with py2app

2008-08-08 Thread Kenneth Miller
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/

Re: [Pythonmac-SIG] LXML with py2app

2008-08-08 Thread Kevin Walzer
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