FiPy + Pytrack, cannot create module instances
-
I have a Pytrack firmware version - 0.0.8 together with a FiPy firmware version 1.17.3.b1.
Trying to execute the default Pytrack code from github. Filesystem is aligned in the following manner -
└───GPSTracker
│ boot.py
│ main.py
│
├───cert
├───lib
│ │ L76GNSS.py
│ │ LIS2HH12.py
│ │ pytrack.py
│ │
│ ├───ADS1115
│ │ ADS1115.py
│ │
│ ├───ALSPT19
│ │ ALSPT19.py
│ │
│ ├───mqtt
│ │ mqtt.py
│ │
│ ├───onewire
│ │ onewire.py
│ │
│ ├───pycoproc
│ │ pycoproc.py
│ │
│ ├───sqnsupgrade
│ │ codec.py
│ │ crc.py
│ │ sqnsupgrade.py
│ │ stp.py
│ │
│ └───TB6612FNG
│ TB6612FNG.py
│
└───sysSource code fr main.py is from here -
https://github.com/pycom/pycom-libraries/blob/master/pytrack/main.pyThe modules keep on giving me the following error -
What am I doing wrong ?
-
@jmarcelino That did it ! Thanks !!!
-
@tanmoy_dutta
Please place all your libraries directly on lib/ level instead of having subfolders