Hello,
I am tempting to launch a node script with os.popen (also i know it is deprecate) On my desktop this works fine
Here is the command : ... os.popen('/Applications/RapydScript-master/bin/rapydscript %s -o %s'%(fpy,fpjs)) ...
'rapydscript' is the node script
On PythonAnywhere ... os.popen('/home/.../RapydScript-master/bin/rapydscript %s -o %s'%(fpy,fpjs)) ...
But I can't make it work on PythonAnywhere. Does anybody have a clue ?
Regards
Salvatore