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?
b.
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users