rvhonorato / cazy-parser

A way to extract specific information from CAZy
GNU General Public License v3.0
13 stars 8 forks source link

port to Python 3.x? #9

Closed phiweger closed 5 years ago

phiweger commented 5 years ago

great library, and a couple of brackets should make it compatible w/ Python 3

rvhonorato commented 5 years ago

Should be easy to port, thanks for the suggestion.

xuechunxu commented 5 years ago

Hi,

I got an error:Traceback (most recent call last): File "/home/xuechunxu/miniconda2/bin/create_cazy_db", line 11, in sys.exit(main()) File "/home/xuechunxu/miniconda2/lib/python2.7/site-packages/cazy_parser/create_cazy_db.py", line 112, in main soup = BeautifulSoup(urllib.urlopen(main_class_link), "lxml") File "/home/xuechunxu/miniconda2/lib/python2.7/site-packages/bs4/init.py", line 198, in init % ",".join(features)) bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

Wish you response soon!

Chunxu

rvhonorato commented 5 years ago

Greetings @xuechunxu , please update to the latest version.

rvhonorato commented 5 years ago

great library, and a couple of brackets should make it compatible w/ Python 3

Updated to Python 3.6.