Four problems with Gordon McMillan's Installer

Robin Dunn robin at alldunn.com
Fri Feb 2 11:56:22 EST 2001


> 
> 4) This is the major problem.  It is not finding the standard time module.
> I am importing time into a number of modules and it cant find it all the
> time.  

In the Installer sources in support/archive_rt.py after "import imputil" add this line:

sys.path.append(imputil.BuiltinImporter())


-- 
Robin Dunn
Software Craftsman
robin at AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!





More information about the Python-list mailing list