Hallo firefox,
ich habe alle 3 Teile installiert. Teil 2 debuggen auf dem Win.Client funktioniert soweit.
Probleme habe ich mit Teil 3. in smarthome beim Triggern der logic bekomme ich immer die Fehlermeldung:
"File "/usr/smarthome/logics/logic_develop.py", line 30, in __init__
pydevd.settrace("192.168.0.81")
NameError: global name 'pydevd' is not defined"
ich habe den Ordnerinhalt von pysrc auch auf den raspi kopiert. nach '/usr/local/lib/python3.2/dist-packages'
Ich habe auch schon versucht den Pfad direkt anzugeben.
python version ist 3.2.3 sowol auf dem raspi als auch auf dem win.Client.
Hat firefox oder sonst jemand eine Ahnung was mir noch fehlt?
ich habe alle 3 Teile installiert. Teil 2 debuggen auf dem Win.Client funktioniert soweit.
Probleme habe ich mit Teil 3. in smarthome beim Triggern der logic bekomme ich immer die Fehlermeldung:
"File "/usr/smarthome/logics/logic_develop.py", line 30, in __init__
pydevd.settrace("192.168.0.81")
NameError: global name 'pydevd' is not defined"
ich habe den Ordnerinhalt von pysrc auch auf den raspi kopiert. nach '/usr/local/lib/python3.2/dist-packages'
Ich habe auch schon versucht den Pfad direkt anzugeben.
Code:
import sys sys.path.append(r'/usr/smarthome/pyscr') import pydevd
Hat firefox oder sonst jemand eine Ahnung was mir noch fehlt?
Kommentar