Description
Using VSCode on Python 3.19-32 for interaction with Matlab. Mat ab not involved in this use case though
Running on win11.
checked previous error #289
Code excution leading to error ( used at command line)
import rpa as r
r.init( r.init( visual_automation = True, chrome_browser=False )
[RPA][ERROR] - following happens when starting TagUI...
The following command is executed to start TagUI -
"C:\Users\Kane\AppData\Roaming/tagui/src/tagui" rpa_python
It leads to following output when starting TagUI -
Unable to load script C:\Users\Kane\Documents\dev\SpikeAssessor\rpa_python.js; check file syntax
phantomjs://code/bootstrap.js:113 in __die
So I run the TAGUI command in a separate command window with the following response.
C:\Users\Kane\Documents\dev\SpikeAssessor>"C:\Users\Kane\AppData\Roaming/tagui
/src/tagui" rpa_python
Unable to load script C:\Users\Kane\Documents\dev\SpikeAssessor\rpa_python.js; check file syntax
phantomjs://code/bootstrap.js:113 in __die
My code is located in C:\Users\Kane\Documents\dev\SpikeAssessor
The files that have been created in my folder by rpa are shown in teh attached image :
Any ideas ?
My intent is to try out rpa as a means of driving a local Matlab GUI app that presents a window and child dialogues.