dmitryelj / RPi-P2000Receiver

P2000 paging autonomous receiver with LCD and browser access
15 stars 7 forks source link

ImportError: No module named 'tzlocal' #1

Closed tomswinkels closed 6 years ago

tomswinkels commented 6 years ago

This error i get, how can i fix this?

pi@raspberrypi:~ $ python3 /home/pi/RPi-P2000Receiver/p2000.py Traceback (most recent call last): File "/home/pi/RPi-P2000Receiver/p2000.py", line 23, in import libTFT File "/home/pi/RPi-P2000Receiver/libTFT.py", line 9, in import utils File "/home/pi/RPi-P2000Receiver/utils.py", line 3, in import tzlocal ImportError: No module named 'tzlocal'

dmitryelj commented 6 years ago

Try: sudo pip3 install tzlocal

tomswinkels commented 6 years ago

Thnx that works. I also had try: sudo pip install tzlocal