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

TypeError: super() takes at least 1 argument (0 given) #10

Open
riverar opened this issue Nov 14, 2017 · 4 comments
Open

TypeError: super() takes at least 1 argument (0 given) #10

riverar opened this issue Nov 14, 2017 · 4 comments

Comments

@riverar
Copy link

riverar commented Nov 14, 2017

Using latest master. Looks like this requires Python 3, might be worth noting.

Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:25:58) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyBusPirateLite.I2C import *
>>> I2C()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pyBusPirateLite\I2C.py", line 55, in __init__
    super().__init__()
TypeError: super() takes at least 1 argument (0 given)
@juhasch
Copy link
Owner

juhasch commented Nov 14, 2017

You are correct, I assume Python 3. Thanks for noticing, I will add a note.

@riverar
Copy link
Author

riverar commented Nov 14, 2017

Heads up: I ran into other problems and ultimately abandoned this project. Doesn't seem to work properly at all, might be worth testing when you have some free time.

@averri
Copy link

averri commented Jul 3, 2018

That's true, @riverar. This is a great project, unfortunately, it has few blocking issues.

@juhasch
Copy link
Owner

juhasch commented Sep 2, 2018

Should work now.

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