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

BPMN_RPA Studio tcl-related error and fix #4

Closed burque505 closed 3 years ago

burque505 commented 3 years ago

ISSUE: Running flow from Studio gives init.tcl related error. STEPS TO DUPLICATE: Run flow. image image WORKAROUND:

  1. Create folder "C:\Lib"
  2. From Python program folder copy tcl8.6 and tk8.6 folders to C:\Lib (for me, C:\Program Files\Python37\tcl\tcl8.6\ and C:\Program Files\Python37\tcl\tk8.6)

Flows should now run correctly.

joostvangils commented 3 years ago

You are absolutely right and thank you for this workaround! BPMN-RPA Studio needs the tcl and tk files for the Messagebox to function. Another possibility would be to copy the tcl and tk folders to the site-packages subfolder of your Python installation.