Package: python-biopython
Version: 1.43-2

Importing Bio.PDB in python/sid results in the following traceback:
>>> import Bio.PDB
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/var/lib/python-support/python2.4/Bio/PDB/__init__.py", line 15, in ?
    from PDBParser import PDBParser
  File "/var/lib/python-support/python2.4/Bio/PDB/PDBParser.py", line 12, in ?
    from StructureBuilder import StructureBuilder
  File "/var/lib/python-support/python2.4/Bio/PDB/StructureBuilder.py", line 
21, in ?
    from Atom import Atom, DisorderedAtom 
  File "/var/lib/python-support/python2.4/Bio/PDB/Atom.py", line 11, in ?
    from Vector import Vector
  File "/var/lib/python-support/python2.4/Bio/PDB/Vector.py", line 9, in ?
    from LinearAlgebra import determinant, eigenvectors
ImportError: No module named LinearAlgebra

This problem is solved by:
apt-get install python-numeric-ext

I see python-numeric-ext is currently in python-biopython's Suggested packages:

# cat control | grep python-numeric-ext
Suggests: python-numeric-ext, python-tk

Should it be moved into Recommends to solve this issue ?

Thanks in advance.
-- 
bou ^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to