"Daniel C. Casimiro" wrote:
> Here is an updated version of the patch to address the concern you
> mentioned below. I basically replaced all the "get_logger()" calls with
> "logging.getLogger('mmpython')"
In cvs, thanks
Dischi
--
It is impossible to make anything foolproof because fools are s
Annoyingly I've been struggling with this for days, and then -quiet
option occurred a couple of hours after sending the email.
the equivalent on cdrdao is -v 0 (verbosity) and yes, that solves the
problem.
Thanks for the help
Jeremy
Rob Shortt wrote:
Hans Meine wrote:
On Friday 06 May 2005 11:1
Hans Meine wrote:
On Friday 06 May 2005 11:17, Jeremy Wilkins wrote:
The problem is easily reproducible. Run the python interpreter,
import popen2
child = popen2.Popen3('cdrdao read-cd --device 0,0,0 test'.split(' '),
1, 100)
cdrdao will then read in half the cd, and get stuck, never finishing. It
On Friday 06 May 2005 11:17, Jeremy Wilkins wrote:
> The problem is easily reproducible. Run the python interpreter,
>
> >>> import popen2
> >>> child = popen2.Popen3('cdrdao read-cd --device 0,0,0 test'.split(' '),
> >>> 1, 100)
>
> cdrdao will then read in half the cd, and get stuck, never finish
Hi,
I'm trying to call cdrdao from a plugin I'm writing. It works fine when I call
'cdrdao disk-info' but seems to hang halfway through when I call 'cdrdao
read-cd'.
The problem is easily reproducible. Run the python interpreter,
>>> import popen2
>>> child = popen2.Popen3('cdrdao read-cd --dev
Julien Peeters wrote:
> Hi,
>
> I wonder how can I draw, for exemple, a text area in freevo. I would
> like to know I have to do to make some draws...
For 1.5.x take a look at the headlines plugin or the weather
(external). It is not that easy, in freevo 2.0 you have more control
about what to dra