[Biopython-dev] [Bug 2464] New: from Bio import db doesn't work?
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Sat Mar 1 03:04:14 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2464
Summary: from Bio import db doesn't work?
Product: Biopython
Version: 1.44
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: blocker
Priority: P2
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: patrikd at gmail.com
Just trying to run an example straight out of the BioPython cookbook:
ncbi_dict = GenBank.NCBIDictionary("nucleotide", "genbank")
Traceback (most recent call last):
File "<pyshell#86>", line 1, in <module>
ncbi_dict = GenBank.NCBIDictionary("nucleotide", "genbank")
File "C:\Program Files\Python25\lib\site-packages\Bio\GenBank\__init__.py",
line 1283, in __init__
from Bio import db
ImportError: cannot import name db
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list