I followed the instructions as per youtube and github documentation for readiness of BPMN-RPA use.
installed python - 3.12
BPMN-RPA - Latest version
When trying to run the very first program of hello_world.xml using below command:
python BPMN_RPA_Starter.py hello_world.xml
Getting below error:
Traceback (most recent call last):
File "C:\Temp\BPMN_RPA_Starter.py", line 23, in
engine = WorkflowEngine(input_parameter=input_parameter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\VINEET VERMA\AppData\Local\Programs\Python\Python312\Lib\site-packages\BPMN_RPA\WorkflowEngine.py", line 74, in init
pythonpath = pythonpath.replace("/", "\")
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'replace'
I have set the pythonpath from everywhere. Could you please suggest the solution?
I followed the instructions as per youtube and github documentation for readiness of BPMN-RPA use. installed python - 3.12 BPMN-RPA - Latest version When trying to run the very first program of hello_world.xml using below command:
Getting below error:
Traceback (most recent call last): File "C:\Temp\BPMN_RPA_Starter.py", line 23, in
engine = WorkflowEngine(input_parameter=input_parameter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\VINEET VERMA\AppData\Local\Programs\Python\Python312\Lib\site-packages\BPMN_RPA\WorkflowEngine.py", line 74, in init
pythonpath = pythonpath.replace("/", "\")
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'replace'