Dear Albert Sir,
We are trying to generate a program for curve follow project in RoboDK for "Schneider lexium 12 kg cobot"
When I am trying to generate a program its showing the error. how i can generate the program for this cobot by selecting right post processor?
11-25-2025, 09:49 AM (This post was last modified: 11-25-2025, 09:58 AM by Albert.)
This is the error:
Code:
Failed to generate program "Path2" using the Post Processor Schneider
Post processor path: C:/RoboDK/Posts/Schneider.py
Code:
Traceback (most recent call last):
File "C:\RoboDK\Posts\Schneider.py", line 35, in
from libspp.Schneider import RobotPost as MainPost
File "C:\RoboDK\Python-Embedded\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "Schneider.py", line 115, in init Schneider
AttributeError: module 'JAKA' has no attribute 'JAKAZuProg'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Temp\PostPath2.py", line 15, in
from Schneider import *
File "C:\RoboDK\Python-Embedded\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "C:\RoboDK\Posts\Schneider.py", line 45, in
raise Exception(msg)
Exception: Invalid Python version or post processor not found. Make sure to download the latest version of RoboDK.
Select Tools-Options-Python and select a supported Python version
This script was executed using Python 3.10.10
Information about the error:
AttributeError("module 'JAKA' has no attribute 'JAKAZuProg'")
Traceback (most recent call last):
File "C:\RoboDK\Posts\Schneider.py", line 35, in
from libspp.Schneider import RobotPost as MainPost
File "C:\RoboDK\Python-Embedded\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "Schneider.py", line 115, in init Schneider
AttributeError: module 'JAKA' has no attribute 'JAKAZuProg'
Process output:
Code:
Using Python version: sys.version_info(major=3, minor=10, micro=10, releaselevel='final', serial=0)
RoboDK Post Processor: C:\RoboDK\Posts\Schneider.py
Using Python version: sys.version_info(major=3, minor=10, micro=10, releaselevel='final', serial=0)
RoboDK Post Processor: C:\RoboDK\Posts\JAKA.py
Invalid Python version or post processor not found. Make sure to download the latest version of RoboDK.
Select Tools-Options-Python and select a supported Python version
This script was executed using Python 3.10.10
Information about the error:
AttributeError("module 'JAKA' has no attribute 'JAKAZuProg'")
Traceback (most recent call last):
File "C:\RoboDK\Posts\Schneider.py", line 35, in
from libspp.Schneider import RobotPost as MainPost
File "C:\RoboDK\Python-Embedded\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "Schneider.py", line 115, in init Schneider
AttributeError: module 'JAKA' has no attribute 'JAKAZuProg'
Using Python version: sys.version_info(major=3, minor=10, micro=10, releaselevel='final', serial=0)
RoboDK Post Processor: C:\RoboDK\Posts\Schneider.py
Using Python version: sys.version_info(major=3, minor=10, micro=10, releaselevel='final', serial=0)
RoboDK Post Processor: C:\RoboDK\Posts\JAKA.py
Invalid Python version or post processor not found. Make sure to download the latest version of RoboDK.
Select Tools-Options-Python and select a supported Python version
This script was executed using Python 3.10.10
Information about the error:
AttributeError("module 'JAKA' has no attribute 'JAKAZuProg'")
Traceback (most recent call last):
File "C:\RoboDK\Posts\Schneider.py", line 35, in
from libspp.Schneider import RobotPost as MainPost
File "C:\RoboDK\Python-Embedded\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "Schneider.py", line 115, in init Schneider
AttributeError: module 'JAKA' has no attribute 'JAKAZuProg'
Python Post Processor process exit code: 0
Yes we tried with the latest version of RoboDK and mentioned error we are getting at the time of program generation