Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings file Error (debian) #2

Closed
smaj13 opened this issue Mar 14, 2021 · 1 comment
Closed

Settings file Error (debian) #2

smaj13 opened this issue Mar 14, 2021 · 1 comment

Comments

@smaj13
Copy link

smaj13 commented Mar 14, 2021

Hello,
When I have tried to run the first flow:

python3 BPMN_RPA_Starter.py flux.xml

I get the next error:

Traceback (most recent call last):
File "BPMN_RPA_Starter.py", line 13, in
engine = WorkflowEngine(input_parameter=input_parameter)
File "/usr/local/lib/python3.7/dist-packages/BPMN_RPA/WorkflowEngine.py", line 54, in init
with open('settings') as json_file:
FileNotFoundError: [Errno 2] No such file or directory: 'settings'

The first time when I tried to run the flow the path of the installation has not been asked.....

"First start
The first time you will try to run a Flow, you will be asked to enter the path of your install directory. If you are using Windows, the path of the install directory will be saved in the registry (path saved in registry key 'HKEY_CURRENT_USER\Software\BPMN_RPA\dbPath') and is used to create a SQLite database for logging purposes, called 'Orchestrator.db'. The WorkflowEngine must also know where your python.exe is located. You will be asked to enter the full path to the python.exe file (including the '.exe' extension). Again, if you are using Windows this path will be saved in registry key 'HKEY_CURRENT_USER\Software\BPMN_RPA\PythonPath'. For Linux users a "settings" file together with the orchestrator database will be created."

Someone has executed a flow in Debian?
BR

@joostvangils
Copy link
Owner

joostvangils commented Mar 15, 2021

Yes, the BPMN-RPA library should also work on Linux. I've tested it and indeed there were some bugs in the last version. Thank you for letting me know.

I've uploaded a new version (4.1.1). In this version the flows will run on Linux. Please also download the new BPMN_RPS_Starter.py. When running in Linux, a config file will be created called /etc/BPMN_RPA_settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants