YURAresearch / YURAResearchDatabase

version 2 of YURA Research Database
MIT License
1 stars 11 forks source link

parsescript.py fails somehow? #14

Closed mwufi closed 7 years ago

mwufi commented 7 years ago

NOt suppose to happen

Traceback (most recent call last):
  File "parsedept.py", line 11, in <module>
    from bs4 import BeautifulSoup as bs
  File "/home/zen/anaconda2/lib/python2.7/site-packages/bs4/__init__.py", line 32, in<module>
    from .element import (
ImportError: cannot import name e
mwufi commented 7 years ago

Huh. Strange. I uninstalled and reinstalled bs4 and it works fine now.