i'm trying to make the games part of freevo run on my machine. so i compiled the xmame 0.79 with sdl support and put some roms in my roms directory which gets scanned. however, i'm getting a traceback with this and the well known popup window appears which stops the procedure. here it is:
Command for MAME : --prio=-20 /usr/local/bin/xmame.SDL -dp oss -ad /dev/em8300_ma-0 -fullscreen -modenumber 6 /home/media/games/xmame/roms/C/cyberlip.zip
Traceback (most recent call last):
File "/usr/local/freevo/src/main.py", line 445, in ?
app.eventhandler(event)
File "/usr/local/freevo/src/menu.py", line 574, in eventhandler
action( arg=arg, menuw=self )
File "/usr/local/freevo/src/directory.py", line 495, in cwd
self.check_password_and_build(arg=None, menuw=menuw)
File "/usr/local/freevo/src/directory.py", line 550, in check_password_and_build
self.build(arg=arg, menuw=menuw)
File "/usr/local/freevo/src/directory.py", line 673, in build
substr = util.find_start_string(i.name.lower(), substr)
File "/usr/local/freevo/src/util/misc.py", line 335, in find_start_string
s2 = s2[1:].lstrip(u' -_,:.')
TypeError: lstrip() takes no arguments (1 given)
-- Benjamin Zeiss
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
