[egenix-users] ODBCConnect: ImportError: No module named UID

M.-A. Lemburg mal at egenix.com
Wed Apr 15 18:52:56 CEST 2009


On 2009-04-15 16:37, Nico Grubert wrote:
> Hi there
> /src
> I have installed the new "mxODBCConnect" client package
> ("egenix-mxodbc-connect-client-1.0.1.py2.4.prebuilt").
> My system: Suse Linux 10.2, 64 Bit, Python 2.4.4
> 
> After I have installed the package, I try to import the package with:
> 
>>>> import mx.ODBCConnect.Client
> 
> This throws out the error:
> 
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/local/lib/python2.4/site-packages/PIL/__init__.py", line
> 18, in ?
> 
>   File "mx/ODBCConnect/Client/ServerSession.py", line 15, in ?
>   File "mx/ODBCConnect/Common/Transport.py", line 12, in ?
> ImportError: No module named UID

Please install egenix-mx-base before installing the egenix-mxodbc-connect-client.

mx.UID is part of the base package.

> Did I miss something?

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 15 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2009-03-19: Released mxODBC.Connect 1.0.1      http://python.egenix.com/

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/



More information about the egenix-users mailing list