Python make fails with error "Fatal Python error: Interpreter not initialized (version mismatch?)"

2010-11-27 Thread Anurag Chourasia
thon.exp -L. -L/usr/local/lib build/temp.aix-5.3-2.6/u01/home/apli/wm/GDD/Python-2.6.6/Modules/_struct.o -L. -L/usr/local/lib -lpython2.6 -o build/lib.aix-5.3-2.6/_struct.so *Fatal Python error: Interpreter not initialized (version mismatch?)* *make: 1254-059 The sig

Re: Interpreter Not Initialized (version mismatch?)

2005-01-17 Thread Fredrik Lundh
my Python script, it says > "Fatal Error: Interpreter not initialized (version mismatch?)" this appears to be a Python-on-Mac-OS-X FAQ. see this thread for a solution (including a "fix installer"): http://thread.gmane.org/gmane.comp.python.image/1316 -- http://mail.python.org/mailman/listinfo/python-list

Interpreter Not Initialized (version mismatch?)

2005-01-17 Thread Ryan Jud Hughes
ython 2.3 that comes installed with it, I can no longer use my extension module, or run any new ones that I compile. It appears to compile just fine (I'm using the distutils setup.py to compile it), but when I import it in my Python script, it says "Fatal Error: Interpreter not initi