11-14-2020, 05:23 PM
Python script failed returning 1
Traceback (most recent call last):
File "C:/Users/Alex/AppData/Local/Temp/RunConveyor.py", line 6, in
RDK = Robolink()
File "C:\RoboDK\Python\robolink\robolink.py", line 1062, in __init__
elif "ROBODK_API_PORT" in os.environ:
NameError: name 'os' is not defined
Python script output
what can i do?
this happen when when i start simulate the conveyor
Traceback (most recent call last):
File "C:/Users/Alex/AppData/Local/Temp/RunConveyor.py", line 6, in
RDK = Robolink()
File "C:\RoboDK\Python\robolink\robolink.py", line 1062, in __init__
elif "ROBODK_API_PORT" in os.environ:
NameError: name 'os' is not defined
Python script output
what can i do?
this happen when when i start simulate the conveyor