[Pythonmac-SIG] cgiwrap and appscript

Bob Ippolito bob at redivi.com
Mon Apr 5 00:39:12 EDT 2004


The one in /Library is the result of installing a MacPython for Jaguar 
package at some point.  Perhaps prior to upgrading to 10.3.

On Apr 5, 2004, at 12:30 AM, Rob Bedford wrote:

> Thanks I was on 10.3.3 and had a version in /Library/Frameworks and in 
> /System strange   they both were labeled 2.3.  However as you said 
> when I removed the one in /Library in works and launches fine.  Now 
> that I am past the setup I can write the real code :-)
>
> Thanks again for the fast response,
> Rob
>
> On Apr 4, 2004, at 10:26 PM, Bob Ippolito wrote:
>
>> On Apr 4, 2004, at 10:54 PM, Rob Bedford wrote:
>>
>>> Fatal Python error: Interpreter not initialized (version mismatch?)
>>
>> You have multiple versions of Python installed.  You are loading an 
>> extension module built for one interpreter from another, which causes 
>> both interpreters to be loaded at the same time but only one is 
>> initialized so things blow up.  This is a common problem and is 
>> unavoidable on OS X 10.2, but will be fixed with the next Python 
>> release.  The workaround is to simply.. not do that.  Try pointing 
>> your script to the exact same Python interpreter that you have been 
>> testing with, and/or remove any unnecessary Python installations from 
>> your system.
>>
>> For more information, please read http://pythonmac.org/wiki/FAQ




More information about the Pythonmac-SIG mailing list