Yogesh Gupta wrote:
I am trying to run a python based program on MacOSX, which needs following
packages
numpy
PIL
matplotlib
I can successfully import all 3 using python2.5 (only using /sw64/bin/python
or /sw64/bin/python2.5) , although i have python2.6 and 2.7 installed. I get
following error when in run executable:
*"Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap*"
Seems like a correct python version needs to be defined somewhere, that i am
unable to find.
No, you have a more serious problem. From the paths displayed, I'mpackages
numpy
PIL
matplotlib
I can successfully import all 3 using python2.5 (only using /sw64/bin/python
or /sw64/bin/python2.5) , although i have python2.6 and 2.7 installed. I get
following error when in run executable:
*"Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap*"
Seems like a correct python version needs to be defined somewhere, that i am
unable to find.
guessing you used Fink to install those Pythons and packages. You may
want to ask on the Fink mailing lists or IRC channel.
http://www.finkproject.org/help/index.php?phpLang=en
--
Ned Deily,
nad at acm.org