Error importing mxTidy

M.-A. Lemburg mal at egenix.com
Mon Sep 8 05:42:27 EDT 2008


On 2008-09-07 15:00, Mike Hostetler wrote:
> I built and installed mx-experimental 3.0.0 from source and it seemed to go
> fine.  But when I try to import it, I get this:
> 
> localhost% python -c "import mx.Tidy"        
> Traceback (most recent call last):
>   File "<string>", line 1, in ?
>   File "mx/Tidy/__init__.py", line 7, in ?
>     from Tidy import *
>   File "mx/Tidy/Tidy.py", line 7, in ?
>     from mxTidy import *
>   File "mx/Tidy/mxTidy/__init__.py", line 7, in ?
>     from mxTidy import *
> ImportError: No module named mxTidy
> 
> This seems strange to me, since it found the mx.Tidy module but not the mxTidy
> module underneath it.  But I guess I don't know how the mx-experimental classes
> are put together, so I can't really guess what is happening.  Thus I am posting
> here. :)

Which platform are you using ?

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Sep 08 2008)
>>> 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,MacOSX 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



More information about the Python-list mailing list