vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
281 stars 97 forks source link

File "<stdin>", line 35, in <module> AttributeError: 'module' object has no attribute 'Blynk' #39

Closed unmanagedtn closed 4 years ago

unmanagedtn commented 4 years ago

Hardware: Xbee3 Celllular LTE CAT1

These devices support some form of micro python but when I go to run the program I am getting an error that is slightly over my head....

`MicroPython v1.9.4-927-g7565eb7 on 2018-11-08; XBC LTE Cat 1 Verizon with EFM32G Type "help()" for more information.

Loading /flash/main.mpy... Running bytecode... Waiting for the module to be connected to the cellular network... Traceback (most recent call last): File "", line 35, in AttributeError: 'module' object has no attribute 'Blynk'`

any idea how to fix this or is it the version of MP on the device?

Gavin