in reply to Re: call python from perl cause error
in thread call python from perl cause error

Not just to eliminate the error message, I'd like not to produce the error.

On win2k3, when from the Perl process starting another Python process, and in Python execute redirection commands, this error happens.

When I type "test.py" in cmd promp and execute, will execute well without error; When I execute "perl test.pl" to call it, the error happens......

  • Comment on Re^2: call python from perl cause error

Replies are listed 'Best First'.
Re^3: call python from perl cause error
by Anonymous Monk on Aug 09, 2013 at 09:58 UTC

    Not just to eliminate the error message, I'd like not to produce the error.

    First you have to figure out which program/process produces the error