rnadb.py error

Provides and easy to use Python module to assist with analysis of RNA PDB files by RNAVIEW.
POST REPLY
User avatar
Deepak kumar
Posts: 47
Joined: Thu Dec 12, 2013 9:13 am

rnadb.py error

Post by Deepak kumar » Mon Aug 25, 2014 10:13 am

Hi,

I am trying to run rnadb.py but i get this error:

Traceback (most recent call last):
File "rnaDB.py", line 509, in <module>
class RNA_DB_Entry:
File "rnaDB.py", line 512, in RNA_DB_Entry
rcsb_pdb = Bio.config.DBRegistry.CGIDB(
AttributeError: 'module' object has no attribute 'config'

I thought it to have some import problem but i dont think that is the issue. I have biopython 1.3.0 and rnaview installed. Can you please tell me how to resolve this issue?

Thanks,
Deepak

POST REPLY