joostvangils / BPMN_RPA

Robotic Process Automation in Windows and Linux by using Diagrams.net BPMN diagrams.
GNU General Public License v3.0
40 stars 8 forks source link

Getting pythonpath None error on windows #22

Closed vineet-verma closed 1 month ago

vineet-verma commented 2 months ago

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'

joostvangils commented 1 month ago

You probably have more python versions installed. Check the python path in the registry settings and make sure the full path to the python.exe is set.