jeroennijhof / LoRaWAN

LoRaWAN implementation in python
116 stars 85 forks source link

class LoRaWAN can't find ? #2

Closed lancezhangsf closed 7 years ago

lancezhangsf commented 8 years ago

Hi,

import LoRaWAN ........ Traceback (most recent call last): File "D:/WorkSpace/pythonworkspace/LoRaWAN-master/Main.py", line 3, in import LoRaWAN ImportError: No module named LoRaWAN

I want to run it ,but have some errors, it can't find the LoRaWAN class .

jeroennijhof commented 8 years ago

Make sure you clone this repo in your source tree. So i.e. you have a main.py importing LoRaWAN in /tmp/main.py then this repo needs to be in /tmp/LoRaWAN