Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGGClient is not defined #72

Open
GrinningGeek opened this issue Jan 20, 2023 · 1 comment
Open

BGGClient is not defined #72

GrinningGeek opened this issue Jan 20, 2023 · 1 comment

Comments

@GrinningGeek
Copy link

import boardgamegeek

bgg = BGGClient()

NameError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_908\3723979965.py in
1 import boardgamegeek
2
----> 3 bgg = BGGClient()

NameError: name 'BGGClient' is not defined

@SukiCZ
Copy link

SukiCZ commented Jan 25, 2024

Hi @GrinningGeek

Replacing the line import boardgamegeek to from boardgamegeek import BGGClient should fix your issue.

Anyway, as stated in the last commit 37f74d9 the maintainer will not continue his work so I've created a fork here, the library can be installed from PyPi with updated docs and more.

Feel free to close this Issue and use updated library instead, contributions are welcome ❤️ thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants