pmeyers279 / basketball_db

package to query basketball-reference.com and save data.
http://basketball-db.readthedocs.io/en/latest/
0 stars 2 forks source link

ImportError: cannot import name create_db #17

Open luzer opened 7 years ago

luzer commented 7 years ago

from basketball_db import create_db
create_db.save_team_season('MIN',2016,basedir='./')
---
Traceback (most recent call last):
  File "basketball_db_scrap_1.py", line 2, in <module>
    from basketball_db import create_db
ImportError: cannot import name create_db
pmeyers279 commented 7 years ago

Hi! Sorry for the confusion. You should import from db_utilities now. I'll update the readme and try to get something up on rtd or github pages in the next few days. This is a very new repo so things are liable to change on very short timescales. If you're really interested, I could potentially add you to our small email thread.

luzer commented 7 years ago

thanks, and yes, i am interested