Skip to content

uuid module missing #7

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

Closed
jerryneedell opened this issue Jan 23, 2019 · 4 comments
Closed

uuid module missing #7

jerryneedell opened this issue Jan 23, 2019 · 4 comments

Comments

@jerryneedell
Copy link
Contributor

I am unable to test the ibeacon since the uuid.py module is missing

Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 4.0.0-alpha.5-207-gf46ec0253 on 2019-01-22; Adafruit Feather nRF52840 Express with nRF52840
>>> 
>>> import ibeacon
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "ibeacon.py", line 2, in <module>
ImportError: no module named 'adafruit_ble.uuid'
>>> import ibeacon
@jerryneedell
Copy link
Contributor Author

FYI - teh ble_eddystone_test works well

@dhalbert
Copy link
Collaborator

The example in the doc is outdated. Use from bleio import UUID instead. Sorry about that. I updated the examples/ but forgot about the examples in the code documentation. Will fix.

@jerryneedell
Copy link
Contributor Author

jerryneedell commented Jan 23, 2019

Thank -- that works!

@dhalbert
Copy link
Collaborator

reopening to remind me to fix the doc

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