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

M.-A. Lemburg mal at egenix.com
Thu Apr 16 11:40:23 CEST 2009


On 2009-04-16 07:30, Nico Grubert wrote:
> 
>>>   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'

Indeed. mxUID is included in egenix-mx-base 3.0 and later. The current
version is 3.1.2...

http://www.egenix.com/products/python/mxBase/

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 16 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