|
From: Peng Yu <pen...@gm...> - 2017-05-08 01:08:05
|
Hi, I got the following error. Does anybody know what is wrong? Thanks.
$ cat main.py
#!/usr/bin/env python
import pybel
mymol = pybel.readstring("smi", "CCCC")
print mymol.molwt
$ ./main.py
Traceback (most recent call last):
File "./main.py", line 5, in <module>
mymol = pybel.readstring("smi", "CCCC")
AttributeError: 'module' object has no attribute 'readstring'
--
Regards,
Peng
|