Re: [Tutor] Re: Import Site Failed Resolution

2005-01-25 Thread Kent Johnson
EMAIL PROTECTED] Date: Tue, 25 Jan 2005 14:42:09 -0500 To: Subject: Re: [Tutor] Re: Import Site Failed Resolution OK, getting closer. import site is failing because site imports os and that import is failing. The error message points to a line that should be part of the docstring at the beginni

Re: [Tutor] Re: Import Site Failed Resolution

2005-01-25 Thread Kent Johnson
OK, getting closer. import site is failing because site imports os and that import is failing. The error message points to a line that should be part of the docstring at the beginning of os.py...strange. Here are the first 22 lines from my os.py - the entire docstring. If your Python2.4\Lib\os.py

[Tutor] Re: Import Site Failed Resolution

2005-01-25 Thread jhomme
Hi, Here is all the information I could get from the display of the output from this error. How do I figure out what is going on and fix the problem? This is on a Windows 2000 machine. graphic 910 C:\WINNT\system32\command.com C:\PYTHON>python -v # installing zipimport hook import zipimport # b