Claus Nyhus Christensen wrote:
> On Thu, 2004-05-13 at 17:30, Dirk Meyer wrote:
>> Jaap Struyk wrote:
>> > Op wo 12-05-2004, om 21:14 schreef Dirk Meyer:
>> >
>> >> run
>> >> python /usr/lib/python2.3/site-packes/mmpython/mediatest.py /dev/dvd
>> >
>> > Trying video/vcd
>> > Trying audio/cd
>> > Trying cd/unknown
>> > filename : /dev/dvd
>> > medium is: CD
>> >
>> >         type: CD
>> >         subtype: data
>> >         url: file:///dev/dvd
>> >         id: 1999073001370600TITANIC_PAL_DISC1
>> >         label: TITANIC_PAL_DISC1
>> > Track list:
>> 
>> OK, mmpython is not trying video/dvd. Strange. Please send me a file
>> list of /usr/lib/python2.3/site-packes/mmpython/disc. And do you have
>> lsdvd installed?
>
> Hey
>
> Just wanted to let you know that I have the same problem, and gets the
> same output when running mediatest.py
>

OK, more debugging needed. Everything I write now you have to do
inside the mmpython dir. Set DEBUG = 1 in factory.py and
mediainfo.py. Also change __init__.py. There are two statements
importing disc.lsdvd and disc.dvdinfo. Around them is a try except
block. Change both excepts from

except ImportError:
       pass

to 

except ImportError, e
       print e

and send me the complete output.


Dischi

P.S.: I won't read you mail until Monday
-- 
Real programmers don't comment their code.  It was hard to write, it
should be hard to understand.


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to