Is it possible to make this compatible with micro python?
Currently on installing it and the first run I'm straight away hit with:
Traceback (most recent call last):
File "", line 2, in
File "/lib/pynmea2/init.py", line 8, in
File "/lib/pynmea2/nmea.py", line 29, in
File "/lib/pynmea2/nmea.py", line 20, in init
AttributeError: type object 'type' has no attribute 'init'
Is it possible to make this compatible with micro python?
Currently on installing it and the first run I'm straight away hit with:
Traceback (most recent call last):
File "", line 2, in
File "/lib/pynmea2/init.py", line 8, in
File "/lib/pynmea2/nmea.py", line 29, in
File "/lib/pynmea2/nmea.py", line 20, in init
AttributeError: type object 'type' has no attribute 'init'