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

ImportError: cannot import name 'BBIO' #15

Open
averri opened this issue Jul 3, 2018 · 1 comment
Open

ImportError: cannot import name 'BBIO' #15

averri opened this issue Jul 3, 2018 · 1 comment

Comments

@averri
Copy link

averri commented Jul 3, 2018

The following code (Python 3):

from pyBusPirateLite.I2Chigh import *
i2c = I2Chigh("COM8", 115200, 5)

... leads to the following error:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-50afcf9735bb> in <module>()
----> 1 from pyBusPirateLite.I2Chigh import *
      2 i2c = I2Chigh("COM8", 115200, 5)

D:\python\pyBusPirateLite\pyBusPirateLite\I2Chigh.py in <module>()
     21 """
     22 
---> 23 from .BitBang import BBIO
     24 from .I2C import *
     25 

ImportError: cannot import name 'BBIO'
@juhasch
Copy link
Owner

juhasch commented Sep 2, 2018

Hi, there have been a few updates, it 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

2 participants