Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Pytrack - TypeError: cannot create 'module' instances #106

Closed
@tanmoydutta

Description

@tanmoydutta
  • The Pycom board LoPy with Pytrack

  • The firmware version
    (sysname='LoPy', nodename='LoPy', release='1.10.2.b1', version='v1.8.6-849-g0af003a4 on 2017-11-24', machine='LoPy with ESP32', lorawan='1.0.0')

  • Exact steps to cause this issue

    1. Updated LoPy Firmware to 1.10.2.b1
    2. Updated Pytrack DFU to 0.0.8
    3. Updated the library with the following files and in the following structure -

/flash/lib/L76GNSS.py
/flash/lib/LIS2HH12.py
/flash/lib/pytrack.py
/flash/lib/mqtt.py
/flash/lib/pycoproc/pycoproc.py

  1. Rebooted the LoPy and accessed via the serial console and typed in the following command to get the error -

from pytrack import Pytrack
Traceback (most recent call last):
File "", line 1, in
File "/flash/lib/pytrack.py", line 5, in
TypeError: cannot create 'module' instances

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions