Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Help python 3 users #2

Closed
judgewooden opened this issue Jan 16, 2016 · 1 comment
Closed

Help python 3 users #2

judgewooden opened this issue Jan 16, 2016 · 1 comment

Comments

@judgewooden
Copy link

The difference in ABE_helpers.py between python3 and python is:

python3: raise ImportError("python-smbus not found'")
python2: raise ImportError("python-smbus not found. Install with 'sudo apt-get install python-smbus'")

suggest adding text: Install with 'sudo apt-get install python3-smbus'

@abelectronicsuk
Copy link
Owner

Thank you for noticing the missing text. I have added it into the header error code in ABE_helpers.py

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

No branches or pull requests

2 participants