[egenix-users] Interpreter not initialized (version mismatch?)
installing egenix mxBase?
heiho1 at mac.com
heiho1 at mac.com
Wed Jan 28 09:10:51 CET 2004
It's possible that this problem is occurring because I updated OS X
without applying the Developer CD update...
I had to tweak the INCLPATH because the header files were located
beneath /Library rather than /System [where libs, pyc, etc] files were
located.
I just upgraded so I'm not too sure why the paths are different :).
I'll look some more.
Thanks,
James
>> 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