I'm putting a computer into my car, it will be this one running Debian.
I'm working through what I need to know about installing and configuring pycar (as that seems to be the only game in town AFAICT) by messing with the install in a virtual machine via VMware. I have pycar and seemingly all of its dependent software parts installed.
When I run I get a brief screen showing "Loading..." then a stack trace (this is typed by hand because I don't have any X in the virtual machine yet):
Code:
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 251, in ?
mainTest(s)
File "pycar.py", line 151, in mainTest
config.parse()
File "/root/pycar_not_packaged/pycar/pycar/parser.py", line 861, in parse
self.parseNode( self.node[ 2 ] )
File "/root/pycar_not_packaged/pycar/pycar/parser.py", line 852, in parseNode
app= self.processNodeByName( appNode )
File "/root/pycar_not_packaged/pycar/pycar/parser.py", line 99, in processNodeByName
element.parse()
File "/root/pycar_not_packaged/pycar/pycar/parser.py", line 160, in parse
target[ obj.id ]= obj.load()
File "/root/pycar_not_packaged/pycar/pycar/parser.py", line 815, in load
NodeElement.load( self )
File "/root/pycar_not_packaged/pycar/pycar/parser.py", line 77, in load
self.execute( 'onLoad', None, None, None )
File "/root/pycar_not_packaged/pycar/pycar/menu/generic.py", line 220, in execute
exec( s1 )
File "<string>", line 11, in ?
AttributeError: 'module' object has no attribute 'extensions'
Background tasker stopped
Looks like the config file is missing something?