[issue10106] missing packages

2010-10-22 Thread S S
S S added the comment: finally was able to figure it out. i had another product installed, which uses python 2.4 that product during installation put PYTHONHOME into system variable environment. as soon as i either change that PYTHONHOME to my latest python path c:\python26 everything starts

[issue10106] missing packages

2010-10-15 Thread Senthil Kumaran
Senthil Kumaran added the comment: I would suggest to OP, to take it with python-help for the problem to be fixed. It's raised on python26 as well. Highly unlikely that anything is wrong with Python installation here. Marking it invalid and closing it. -- nosy: +orsenthil resolution:

[issue10106] missing packages

2010-10-14 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue10106] missing packages

2010-10-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue10106] missing packages

2010-10-14 Thread Brett Cannon
Brett Cannon added the comment: I'm not a Windows user, so there might be a better way to solve this, but... Run ``python -v`` and see what it says about why 'site' was not imported. You can also verify that site.py is readable by Python by checking that its directory location is listed in sy

[issue10106] missing packages

2010-10-14 Thread Brett Cannon
Changes by Brett Cannon : -- Removed message: http://bugs.python.org/msg118702 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue10106] missing packages

2010-10-14 Thread Brett Cannon
Brett Cannon added the comment: I'm now a Windows user, so there might be a better way to solve this, but... Run ``python -v`` and see what it says about why 'site' was not imported. You can also verify that site.py is readable by Python by checking that its directory location is listed in sy

[issue10106] missing packages

2010-10-14 Thread S S
S S added the comment: Brett, the installation did not had any issues. its running on windows xp, i am administrator of the machine so no permission issues. nothing got moved either as it fresh install -- ___ Python tracker

[issue10106] missing packages

2010-10-14 Thread Brett Cannon
Brett Cannon added the comment: Double-check your install. Errors like this typically means that your Python executable is not able to read the standard library files. Either that or something got moved and so the files are not where Python expects them to be. -- nosy: +brett.cannon

[issue10106] missing packages

2010-10-14 Thread S S
New submission from S S : when trying to install beutifulsoup package on windows xp x86 with python 2.6.6 getting the following error C:\Python26>python C:\temp\BeautifulSoup-3.0.8.1\setup.py install 'import site' failed; use -v for traceback Traceback (most recent call last): File "C:\temp\B