This question has been flagged
4078 Views

Hi everybody,

When I use this code in a function :

output = subprocess.Popen(string.split(' '), stdout=subprocess.PIPE).communicate()[0]

It workd fine when I launch it in a terminal, and it raise error when I use openerp as a service.

Thank you.

Avatar
Discard