Thu, 26 May 2011 12:04:29 +0300, Talla wrote:
[clip]
> however I tried to
> install numeric and python 2.4 as you suggested and I got a new  error
> message:
> C:\Python24>python AbinitBandStructureMaker.py 'import site' failed; use
> -v for traceback Traceback (most recent call last):
>   File "AbinitBandStructureMaker.py", line 13, in ?
>     import os
>   File "C:\Program Files\Scienomics\SciPython-2.6.2\\lib\os.py", line
>   757
>     bs = b""

Apparently, your two Python installations conflict in some way.
If so, you should get the same error just by typing "python".

You can install several Python versions from Python.org at the same time,
but apparently the Scienomics package does something strange. You can try
doing

    unset PYTHONPATH
    python AbinitBandStructureMaker.py

If you still get the same error, you can try asking the Scienomics support
how to have another Python version installed at the same time as their
product.

-- 
Pauli Virtanen

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to