Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
10-20-2006, 02:28 PM
|
#16
|
|
Newbie
Join Date: Oct 2006
Location: Toulouse
Vehicle: 1992/Carbodies /FX4
Posts: 6
|
Thanks,
seems to run a bit better.
In the skins action.xml and cfg I saw many getActiveArea(), getActiveScreen() and so on, ending in error.
Apparently, they need to be sourced as common.getActiveArea().
This way, if I only enable settings in pycar.cfg, I'm able to launch the frontend.
But it crashes with 'module' object has no attribute 'abstractlist'
It looks like it's in skins/deepsea/settings_actions.xml
Quote:
a= val( 'areas', 'logo_dialog' )
menu.abstractList.init( [ { 'title': x } for x in settings.xmlSettings.getValue( 'logos' )[ 1 ] ] )
a.init( "menu.abstractList, 0" )
a.setParams( _('Select logo from the list'), '', common.getActiveArea(), ('logo_change',item) )
Well I continue to check
|
|
|
10-21-2006, 04:42 PM
|
#17
|
|
Newbie
Join Date: Oct 2006
Location: Toulouse
Vehicle: 1992/Carbodies /FX4
Posts: 6
|
Going better ...
I thought I posted a reply, but apparently the reply is gone with my windoze crash.
I reloaded the pycar from the sourceforge cvs today.
Here's what I have now:
Quote:
carbox:~/cvs/pycar# python pycarapp.py .
Looking for translation file for language: ['fr_FR', 'fr'] in ./i18n
Encodings found and used: ['utf-8', 'ISO-8859-15']
Background tasker started
Application pycar (unknown)
Module settings imported
Load module: settings
Cache size is set to : 80000000
Renderer activated: screen
Unload module: settings
Background tasker stopped
Traceback (most recent call last):
File "pycarapp.py", line 182, in ?
mainTest( path, s )
File "pycarapp.py", line 147, in mainTest
common.getActiveArea().execute( 'onTick', tickTime, 0, 0, 1 )
File "/root/cvs/pycar/common.py", line 33, in getActiveArea
return vars.activeScreen.getActiveArea()
AttributeError: 'NoneType' object has no attribute 'getActiveArea'
I don't know what to put into vars.py
I added already
audio_root='/root/audio'
video_root='/root/video'
useCD='enabled'
Cheers
|
|
|
10-27-2006, 01:17 PM
|
#18
|
|
Newbie
Join Date: Jun 2006
Location: Vorarlberg, AT
Vehicle: Volvo V40 '03
Posts: 5
|
i have the same error, with todays (10-27-2006) CVS version of pycar with debian on a EPIA-MII
does anybody have an idea where to check?
|
|
|
11-01-2006, 12:59 PM
|
#19
|
|
Newbie
Join Date: Nov 2006
Posts: 2
|
Also attempting pycar on Linux
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?
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:05 AM.
|
|