Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xbmc unable to start - FEH.py error [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
guid0
Guru
Guru


Joined: 06 Jul 2003
Posts: 371
Location: The Netherlands / Nederland

PostPosted: Sat Apr 23, 2011 5:49 pm    Post subject: xbmc unable to start - FEH.py error [SOLVED] Reply with quote

no xbmc for me here :(

Code:
ork230498@pandarve ~ $ xbmc
  File "/usr/share/xbmc/FEH.py", line 38
    print errorLine
                  ^
SyntaxError: invalid syntax


Last edited by guid0 on Sat Apr 23, 2011 7:03 pm; edited 4 times in total
Back to top
View user's profile Send private message
guid0
Guru
Guru


Joined: 06 Jul 2003
Posts: 371
Location: The Netherlands / Nederland

PostPosted: Sat Apr 23, 2011 5:49 pm    Post subject: Reply with quote

duh.
Code:
python-updater

Quote:
* Adding to list: media-tv/xbmc:0


:)

guid0
Back to top
View user's profile Send private message
guid0
Guru
Guru


Joined: 06 Jul 2003
Posts: 371
Location: The Netherlands / Nederland

PostPosted: Sat Apr 23, 2011 7:02 pm    Post subject: Reply with quote

nope..

Code:
xbmc
  File "/usr/share/xbmc/FEH.py", line 38
    print errorLine
                  ^
SyntaxError: invalid syntax


Quote:
[ebuild R ] media-tv/xbmc-10.1 USE="alsa sse sse2 vdpau xrandr (-altivec) -avahi -css -debug -joystick -midi -profile -pulseaudio -rtmp -udev -vaapi -webserver" 0 kB


fix is to update /usr/share/xbmc/FEH.py on line 38 and add ( ) to the errorLine.

Change:

Code:

    else:
        try:
            print(errorLine)
        except:
            print errorLine

    exit(1)


Code:

    else:
        try:
            print(errorLine)
        except:
            print(errorLine)

    exit(1)


guid0
Back to top
View user's profile Send private message
loft306
n00b
n00b


Joined: 02 Jul 2004
Posts: 10

PostPosted: Wed Sep 14, 2011 7:19 pm    Post subject: thnx Reply with quote

thx man this should fix me :)

Yep it shure did!

i had already tried everything that you had but editing the file. edited it and all works.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum