[egenix-users] Errors after install
M.-A. Lemburg
mal at egenix.com
Tue Nov 9 21:35:24 CET 2004
Rodney Caston wrote:
> # python2
> Python 2.2.2 (#1, Jan 30 2003, 21:26:22)
> [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
>>>>import mx
>>>>import mx.iODBC
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: No module named iODBC
>
>>>>import mx.ODBC
>>>>import mx.ODBC.iODBC
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.2/site-packages/mx/ODBC/iODBC/__init__.py",
> line 8, in ?
> from mxODBC import *
> ImportError: /usr/lib/python2.2/site-packages/mx/ODBC/iODBC/mxODBC.so:
> undefined symbol: PyUnicodeUCS2_AsEncodedString
>
>
>
> anyone know whats wrong?
>
> Install is on redhat7.3 box.
This error indicates that you are using a UCS4 build of Python
with Zope.
Please try the RedHat9 pre-release instead (this is a UCS4 build
of the Zope DA). We will start shipping all future releases
of the software as both UCS2 (default Python) and UCS4 (default
on many *nix distributions as of this year) builds.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Nov 09 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/
________________________________________________________________________
::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::
More information about the egenix-users
mailing list