|
Embedded Interpreter not initilized? Version mismatch?: msg#00075python.apple
I've built an app that contains an embedded Python interpreter. This is on MacOSX. The python interpreter I've embedded isn't the one that came with my installation of OSX 10.3.3, but is instead from the latest release 2.3.4rc1 that I've compiled and installed as a Framework in /Library/Frameworks/Python.framework/Versions/2.3. (I wish I could have used the default MacOSX version of Python, but I couldn't find a libPython2.3.a object file anywhere that I could link to?) So now I get this message: Fatal Python error: Interpreter not initialized (version mismatch?) Abort My guess is that this is caused by my embedded Python interpreter thinking it is still using the MacOSX install rather than the new one in /Library/Frameworks/Python.framework. (??) Is there a way to get the interpreter started? What is causing this message? Thanks, -bobby _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@xxxxxxxxxx http://mail.python.org/mailman/listinfo/pythonmac-sig |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | PIL and jpeg on MacOS X: 00075, Jerry LeVan |
|---|---|
| Next by Date: | Re: Embedded Interpreter not initilized? Version mismatch?: 00075, Bobby Mozumder |
| Previous by Thread: | PIL and jpeg on MacOS Xi: 00075, Jerry LeVan |
| Next by Thread: | Re: Embedded Interpreter not initilized? Version mismatch?: 00075, Bobby Mozumder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |