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

M.-A. Lemburg mal at egenix.com
Wed Jan 28 11:18:15 CET 2004


heiho1 at mac.com wrote:
> 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/ '])

Hmm, I wonder why you had to tweak the INCLPATH since that's only
used for finding include files of external libraries.

distutils should already have added such a dir to the standard
search path.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 27 2004)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2004-01-23: Released mxODBC.Zope.DA 1.0.8        http://zope.egenix.com/

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the egenix-users mailing list