kyogi
Joined: 02 Sep 2009 Posts: 1
|
Posted: Wed Sep 02, 2009 9:47 am Post subject: pycar issue |
|
|
Hello all,
i am trying to get pycar running on Ubuntu 6.06.
So far I have successfully installed all the depencies and solved the issues after seeing different posts on this forum.
Now I am getting this error on running on doing "python pycar.py ."
This is the trace -
open /dev/sequencer: No such file or directory
Looking for translation file for language: ('en_IN', 'ISO8859-1')
Encodings found and used: ['UTF-8', 'utf-8']
Application pycar
('plugin_set', None, ['\n ', ('plugin', {'ref': 'pl_usbhu', 'file': 'plugins.xml'}, None, None), '\n ', ('plugin', {'ref': 'pl_ipod', 'file': 'plugins.xml'}, None, None), '\n ', ('plugin', {'ref': 'pl_irman', 'file': 'plugins.xml'}, None, None), '\n '], None) is not expected( out of ('areas', 'modules', 'menus', 'fonts', 'screens', 'params', 'images') ). Thrown away.
('keymaps', None, ['\n ', ('keymap', {'ref': 'main', 'file': 'keymaps.xml'}, None, None), '\n '], None) is not expected( out of ('areas', 'modules', 'menus', 'fonts', 'screens', 'params', 'images') ). Thrown away.
Background tasker started
Module audio imported
Load module: audio
Removable /mnt/cdrom
Error executing
pymedia.removable.cd.init()
rootDirs= val( 'params', 'audio_root' )
useCD= val( 'params', 'useCD' )
if useCD== 'enabled':
rootDirs+= [ pymedia.removable.cd.CD(x).getName() for x in range( pymedia.removable.cd.getCount() ) ]
root= menu.cache.setRoot( rootDirs )
menu.cache.registerArea( val( 'areas', 'filelist' ) )
menu.cache.registerArea( val( 'areas', 'iconlist' ) )
audio.aFileList.init( self, root, pymedia.muxer.extensions+ ['cdda'] )
audio.aFileList.setRoot( root )
audio.playLists.init( self )
pos= audio.playLists.load( val( 'params', 'playlistDir' ) )
audio.player.setInfoRenderer( val( 'areas', 'infoRenderer' ) )
audio.player.start( self.app )
#audio.player.setPlayList( audio.playLists.getActive() )
if pos!= -1:
audio.player.startPlayback( pos )
within ModuleHelper.execute
!! Exception happened during creation or parse of app
Traceback (most recent call last):
File "pycar.py", line 246, in ?
mainTest( s )
File "pycar.py", line 148, in mainTest
config.parse()
File "/home/gits/pycar-1.2.3-pre2-src/pycar/parser.py", line 855, in parse
File "/home/gits/pycar-1.2.3-pre2-src/pycar/parser.py", line 846, in parseNode
File "/home/gits/pycar-1.2.3-pre2-src/pycar/parser.py", line 101, in processNodeByName
File "/home/gits/pycar-1.2.3-pre2-src/pycar/parser.py", line 159, in parse
File "/home/gits/pycar-1.2.3-pre2-src/pycar/parser.py", line 809, in load
File "/home/gits/pycar-1.2.3-pre2-src/pycar/parser.py", line 79, in load
File "/home/gits/pycar-1.2.3-pre2-src/pycar/menu/generic.py", line 221, in execute
File "<string>", line 16, in ?
TypeError: start() takes exactly 1 argument (2 given)
Background tasker stopped
I am using pycar-1.2.3-pre2 and skin directory from pycar-1.3.5.0-deepsea-skin.tgz.
Any idea what I am missing?
Thank you.
-ky |
|