> I now have to deal with a "Fatal Python error:
> Interpreter not initialized (version mismatch?)" while
> trying to import the generated _example.so .

Ok, last problem solved, "If it's not your code, it's probably the way you test 
it" :)

Some tip for those using osx (tiger) : the default python interpreter 
(/usr/bin/python) points to /usr/bin/python2.3 ... and the default framework is 
... the 2.4 one ! Guess what, that is what makes python crash while loading 
modules !

The correct interpreter should be :
/Library/Frameworks/Python.framework/Versions/Current/bin/python

Tonio




      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to