sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

Issue on importing using python3.7 #318

Closed EntherH closed 4 years ago

EntherH commented 4 years ago

"ImportError: cannot import name 'TrelloClient' from 'trello' (/Users/Username/opt/anaconda3/lib/python3.7/site-packages/trello/init.py)"

Although it worked fine in jupyter notebook.

EntherH commented 4 years ago

It is because I had a python file in my working directory which caused wrong import. I should now close the issue. Thank you for your guys' work.