Aviv Ben-Yosef
unread,Nov 11, 2009, 11:29:08 AM11/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rpyc
Hello,
I've been trying to use the rpyc.classic.connect_subproc function, and
found out that it passes Popen the string 'python' as the executable.
The problem is that on machines where 'python' is not the name of the
python executable, or isn't the executable that was used to execute
the code in the first place, it won't work.
This should be changed to sys.executable instead (I can send in the
patch if needed).
Thanks,
Aviv