[BioPython] Problem importing Bio.PDB
Dougall, David
dougalld at cbmi.pitt.edu
Wed May 26 15:45:26 EDT 2004
When I try to import Bio.PDB I get the following message:
>>> from Bio.PDB import *
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "D:\Python23\Lib\site-packages\Bio\PDB\__init__.py", line 10, in ?
from PDBParser import PDBParser
File "D:\Python23\Lib\site-packages\Bio\PDB\PDBParser.py", line 10, in ?
from Numeric import array, Float0
File "D:\Python23\Numeric\Numeric.py", line 91, in ?
import multiarray
ImportError: Module use of python20.dll conflicts with this version of
Python.
I am using
Python version 2.3.2
Biopython version 1.3
Numeric version 23.1 for Python 2.3
Numarray version 0.9 for Python 2.3
In my C:\WINNT\system32 folder I had three python--.dll versions
python20.dll
python21.dll
python23.dll
Any suggestions????
Dave
David S. Dougall
Center for Biomedical Informatics
University of Pittsburgh
8084 Forbes Tower
200 Lothrop Street
Pittsburgh, PA 15213-2582
412-246-5643 (REALLY NEW)
fax 412-383-3072
dougalld at cbmi.pitt.edu <mailto:dougalld at cbmi.pitt.edu> (Note: change from
upmc to pitt)
"If we don't succeed, we run the risk of failure."
-Dan Quayle
More information about the BioPython
mailing list