I hope somebody could help me. During installation this error appears 'import site' failed; use -v for traceback Traceback (most recent call last): File "inst/binary_install.py", line 20, in ? import sys, os, getopt ImportError: No module named os on my Solaris machine. Thank you for your help. _________________________________________________________________ Vuoi ricevere fantastiche offerte promozionali via email? http://www.msn.it/msnservizi/so/
Pino Silvestre wrote at 2003-1-7 16:57 +0000:
I hope somebody could help me. During installation this error appears 'import site' failed; use -v for traceback Traceback (most recent call last): File "inst/binary_install.py", line 20, in ? import sys, os, getopt ImportError: No module named os
on my Solaris machine. Your python cannot find its runtime library (".../lib/python<version>").
This usually means that the Python installation is broken. Dieter
participants (2)
-
Dieter Maurer -
Pino Silvestre