"Brian J. Murrell" wrote:
> On Thu, 13 Nov 2003 16:16:21 -0500, Brian J. Murrell wrote:
>
>> Hi All,
>> 
>> I am trying to get rc4 running and it all seems to be working fairly
>> well with the execption of actually choosing something from menu to
>> play.
>
> Digging in even deeper, I have debugged to the point where mplayer is
> called through a series of contructions finally resulting in a use of
> util.popen3.Popen3() which really ends up calling util.popen3.Popen4()
> with:
>
>         return Popen4(cmd, cwd=cwd)
>
> Now, through simply sprinking some prints around, I have determed that
> Popen4.__init__() is called as described above, but Popen4._run_child()
> never seems to get called, and it seems to be the real workhorse of this
> whole process.  No wonder mplayer is not actually being run.
>
> How/when/why is Popen4.run_child() supposed to get called?

Inside the parent class. Can you send me your popen2.py from
/usr/lib/python? 


Dischi

-- 
Voodoo Programming:  Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything.
-- Karl Lehenbauer


-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to