[egenix-users] ODBCConnect: ImportError: No module named UID
Nico Grubert
nicogrubert at gmail.com
Thu Apr 16 08:30:28 CEST 2009
>> 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.
Hi Mark-André
Thank you for your fast reply.
I thought, the egenix-mx-base package is already installed because
importing mx.DateTime worked fine.
>>> from mx.DateTime import now
>>> now()
<DateTime object for '2009-04-15 14:04:00.79' at 2b086af88088>
But maybe the installed mx-base package is just too old?
>>> import mx
>>> mx.__version__
'2.0'
Regards
Nico
More information about the egenix-users
mailing list