Python2.3 absolute import error

A.M. Kuchling amk at amk.ca
Mon Aug 25 12:24:20 EDT 2003


On Mon, 25 Aug 2003 17:56:52 +0200, 
> 'import site' failed; use -v for traceback
  ^^^^ what's this?
  
I expect the installation is incorrect or sys.path is messed up in some way,
and suspect that your import problems are only a side effect, not the root
cause of the problem.  Run "python -v" to see the traceback from site.py.

--amk




More information about the Python-list mailing list