On Tue, 20 Apr 2004, nf wrote:

> Hi!
>
> Can you please help me with the following problem?
> (i have already posted this question on comp.lang.python, but nobody
> wanted to help me.)
>
> My application calls
>
> (rval, outp) = commands.getstatusoutput("...")
>
> inside a pygtk timer.
>
> when i start the application from a terminal window, everything works.
> when i use GNOME/"Run application" or a desktop launcher, i get
> errorcode 35584 for rval.
>
> i tried the thing with os.popen also - same problem.

Try to find out what stdin/stdout/stderr look like for the app under
both conditions.

--
"Never try to write to ROM - it wastes your time and annoys the ROM."

Jon Nelson <[EMAIL PROTECTED]>
C and Python Code Gardener
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to