Re: [R] system() or shell() with python script

2009-10-20 Thread Duncan Murdoch
Paul Hiemstra wrote: Remko Duursma wrote: Hi all, I am having some problems calling a python script from R that resides in a folder that is in the path (WindowsXP): Hi Remko, Some suggestions: 1. Try to see if the path that R has from a call to system is correct (i.e. the same as

Re: [R] system() or shell() with python script

2009-10-20 Thread Paul Hiemstra
Remko Duursma wrote: Hi all, I am having some problems calling a python script from R that resides in a folder that is in the path (WindowsXP): Hi Remko, Some suggestions: 1. Try to see if the path that R has from a call to system is correct (i.e. the same as from cmd): system("path")

[R] system() or shell() with python script

2009-10-20 Thread Remko Duursma
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.