Hello,

I posted this to the freevo-users list, but I think it might be a devel
issue, so I am reposting it here.

I am a bit of a linux newbie, but this doesn't seem right.
I am running Mandrake 9.1
I downloaded freevo-1.3.1.tar.gz
As root in folder /usr/local I ran
tar -xvzf freevo*
from the /usr/local/freevo-1.3.1 folder I ran ./configure which completed
without error.

Now, either running ./freevo or ./freevo setup gives me the following:
...
Traceback (most recent call last):
  File "scr/main.py", line 90, in ?
    import config
  File "src/config.py", line 316, in ?
    mntdir = match_iso.group(1)
AttributeError: 'NoneType' object has not attribute 'group'

I looked at the source a little - I have no ISO9660 in the /etc/fstab, so
the regex doesn't match, and match_iso is None.
Now I don't know why I need the ISO9660 due to my linux newbieness -
something to do with CD format for files? My CD drive works for playing
music with xmms etc. There is a supermount reference to the cd drive in
fstab (heh, whatever supermount is - man, the learning curve).

So, is the ISO line in fstab necessary or is this a bug as freevo isn't
checking that the regex match is not None. I can add the code to check, but
since I just installed freevo, I have no idea if this has side effects, or
if the ISO9660 stuff is mandatory in freevo.

Thanks
-Ed



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to