mxDateTime install woe

Steve Holden sholden at holdenweb.com
Thu Jul 5 12:22:20 EDT 2001


I just installed mx.DateTime from source on Windows NT 4.0 using the MS VC++
compiler. When I try to import the package I see

>>> import mx.DateTime as dt
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
  File "C:\Python21\mx\DateTime\__init__.py", line 12, in ?
    from mx.Misc import LazyModule
ImportError: No module named Misc
>>>

There's a Misc directory under mx in my Python install. Anyone seen this, or
know what's causing it?

regards
 Steve
--
http://www.holdenweb.com/







More information about the Python-list mailing list