New submission from S S <seny...@gmail.com>:

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\BeautifulSoup-3.0.8.1\setup.py", line 1, in <module>
    from distutils.core import setup
ImportError: No module named distutils.core


installing the same package with python 2.7 gives a different error about site 
module missing. 

these errors i am getting with any packages  installs actually.

----------
components: Installation
messages: 118685
nosy: S.S
priority: normal
severity: normal
status: open
title: missing packages
type: compile error
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to