You mean the rpyc service spawns a child process and that process fails to start correctly? And when you run this process yourself it works? Did you check if this child process can run without a TTY? Perhaps that's the problem On Dec 30, 2012 12:15 PM, "tuzik tuzikovich" <[email protected]> wrote:
> Hello > I wrote a RPyC service, which runs some third-party file conversion > utility via Popen. This utility must acquire a license from a license > server, when it starts. > For some reason it fails to do so. The same code without RPyC service > wrapper runs perfectly. Does RPyC block in some way the children processes? > Any ideas? > Thank you, > Yuri >
