[egenix-users] Interpreter not initialized (version mismatch?) installing egenix mxBase?

heiho1 at mac.com heiho1 at mac.com
Wed Jan 28 04:20:00 CET 2004


Hello,

I am new to using eGenix and I was trying to run an install on OS X  
Panther [10.3], which I recently upgraded to.  I downloaded the eGenix  
base install and
ran "python setup.py install".  I had to modify mxSetup.py to include  
the following location for header files:

INCLPATH = build_path(['/usr/local/include', os.path.join(sys.prefix,  
'include'\
),  
'/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/ 
'])

Once this was done, the install completed successfully however, I  
cannot import certain packages:

"""
[James-Richardss-Computer:~] hanuman% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import mx.Queue
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort
[James-Richardss-Computer:~] hanuman% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import mx.Stack
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort
[James-Richardss-Computer:~] hanuman% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import mx.TextTools
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort
[James-Richardss-Computer:~] hanuman% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import mx.BeeBase
 >>> import mx.Tools
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort
[James-Richardss-Computer:~] hanuman% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import mx.Misc
 >>>
"""

So, I can import mx.Misc and mx.BeeBase with no problems but the other  
packages return 'Interpreter not initialized' errors.

Does anyone have any idea what might cause this?

Thanks,

James



More information about the egenix-users mailing list