Displaying 1 result from an estimated 1 matches for "quickpadtool".
2009 Oct 20
1
system() or shell() with python script
Hi all,
I am having some problems calling a python script from R that resides
in a folder that is in the path (WindowsXP):
> system("quickPadTool.py")
Warning message:
In system("quickPadTool.py") : quickPadTool.py not found
# I also tried 'shell' (and shell.exec as well).
> shell("quickPadTool.py")
'quickPadTool.py' is not recognized as an internal or external command,
operable program or batch f...