Re: [Pythonmac-SIG] Problem with Framework

2008-08-11 Thread has
Georg Seifert wrote: is there a way to select witch framework to use? You need to bind the framework yourself rather than using #import, e.g. see py2app's bundletemplate/src/main.m, or PyOSA's pythonloader.c file. HTH has -- Control AppleScriptable applications from Python, Ruby and Ob

Re: [Pythonmac-SIG] Problem with Framework

2008-08-10 Thread Jack Jansen
On 10-Aug-2008, at 12:06 , Georg Seifert wrote: is there a way to select witch framework to use? I've never found one. I have two tricks (working together) I use when I build software to distribute: 1. After building my distribution, I run a script "testdependencies" (attached to this me

Re: [Pythonmac-SIG] Problem with Framework

2008-08-10 Thread Georg Seifert
is there a way to select witch framework to use? Georg On 9-Aug-2008, at 17:56 , Georg Seifert wrote: Dyld Error Message: Library not loaded: /Library/Frameworks/Python.framework/Versions/ 2.4/Python Referenced from: /Users/Tim/Desktop/Pantografer.app/Contents/MacOS/ Pantografer Reason