07-14-2025, 05:06 AM
Hello,
I am using the ABB IRC5 post processor.
Trying to generate a program as...(Thanks for your help getting me going Albert!) on a 3d printing project, but given this error:
File "C:\RoboDK\Posts\ABB_RAPID_IRC5.py", line 494, in ProgSave
File "C:\RoboDK\Posts\ABB_RAPID_IRC5.py", line 196, in getSaveFolder
ModuleNotFoundError: No module named 'tkinter'
PySide2 and/or tkinter is not present on the system. Please install PySide2: "python -m pip install PySide2" or "python -m pip install robodk[apps]"
Using Python version: sys.version_info(major=3, minor=12, micro=3, releaselevel='final', serial=0)
Following the steps above I get an error in the terminal: externally-managed-environment...etc
When selecting "Python" in the Tools->Options->Python->Python Interpreter I got an error saying Python was not configured. Changing to "Python3" got me to the next step but the error above.
Hope you can help!
Thanks,
Tom
I am using the ABB IRC5 post processor.
Trying to generate a program as...(Thanks for your help getting me going Albert!) on a 3d printing project, but given this error:
File "C:\RoboDK\Posts\ABB_RAPID_IRC5.py", line 494, in ProgSave
File "C:\RoboDK\Posts\ABB_RAPID_IRC5.py", line 196, in getSaveFolder
ModuleNotFoundError: No module named 'tkinter'
PySide2 and/or tkinter is not present on the system. Please install PySide2: "python -m pip install PySide2" or "python -m pip install robodk[apps]"
Using Python version: sys.version_info(major=3, minor=12, micro=3, releaselevel='final', serial=0)
Following the steps above I get an error in the terminal: externally-managed-environment...etc
When selecting "Python" in the Tools->Options->Python->Python Interpreter I got an error saying Python was not configured. Changing to "Python3" got me to the next step but the error above.
Hope you can help!
Thanks,
Tom

