Veronika V. Nefedova wrote:

> I am trying to install the pyXML package and it seems to have so problems
> (I use python 2.4.1). Could you please let me know what I am missing here ?
> I am building it on linux-debian_3.1-ia32 architecture.
>
> [64] wiggum /sandbox/nefedova/pyXML/PyXML-0.8.4 > python2.4 setup.py build -v
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>   File "setup.py", line 7, in ?
>     import sys, os, string
> ImportError: No module named os

"import site failed" followed by more import failures means that your
Python installation is seriously broken.

what happens if you just start the interpreter?

    $ python2.4

</F> 



_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to