vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.

Home Page:https://blynk.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

unmanagedtn opened this issue · comments

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