On Mon, Mar 24, 2003 at 08:35:13PM -0500, [EMAIL PROTECTED] wrote: | What do these messages mean...?? | | Setting up python-gtk (0.6.11-7) ... | 'import site' failed; use -v for traceback | 'import site' failed; use -v for traceback
When the python interpreter starts up it imports the "site" module
(/usr/lib/pythonX.Y/site.py) to load any site-specific customizations.
Apparently there's a problem with your site.py. As the message says,
use the -v flag to get a traceback which will give details. Run
python -v
and post the output here.
-D
--
Micros~1 :
For when quality, reliability
and security just aren't
that important!
http://dman.ddts.net/~dman/
pgpUYpjAmy3II.pgp
Description: PGP signature

