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

init of beatbox.Client() #23

Closed
mikegedelman opened this issue Jul 2, 2015 · 1 comment
Closed

init of beatbox.Client() #23

mikegedelman opened this issue Jul 2, 2015 · 1 comment

Comments

@mikegedelman
Copy link

Have to use beatbox._beatbox.Client() to get a client.

Reproduced on Windows running Python 2.7.9, Ubuntu running Python 2.7.6, beatbox v32.1 on both, installed via pip.

>>> import beatbox
>>> svc = beatbox.Client()

Traceback (most recent call last):
  File "<pyshell#44>", line 1, in <module>
    svc = beatbox.Client()
AttributeError: 'module' object has no attribute 'Client'
>>> svc = beatbox._beatbox.Client() #This works
>>> 
@BAXTER001
Copy link
Contributor

I assume you did a "pip install beatbox" that's an old unsupported fork.

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

3 participants