[BioPython] name 'Select' is not defined

Thomas Hamelryck thamelry at binf.ku.dk
Tue Jun 22 09:40:22 EDT 2004


> NameError: name 'Select' is not defined

It needs to be imported explicitly.

from Bio.PDB.PDBIO import Select

-Thomas



More information about the BioPython mailing list