zkharazishvili / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

Syntax Error - invalid syntax on Fedora 16 #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. down new source code 0_8_2
2. make
3.

What is the expected output? What do you see instead?
Compiling lib/sopcast_player_model.py ...
SyntaxError: ('invalid syntax', ('lib/sopcast_player_model.py', 51, 29, 
'\t\t\tgobject.PARAM_READWRITE),),\n'))

Compiling lib/sopcast_stats.py ...
SyntaxError: ('invalid syntax', ('lib/sopcast_stats.py', 24, 11, 'form listen 
import Listen\n'))

Compiling lib/vlc.py ...

second run after I corrected the extra ), and changed form to from

Compiling lib/sopcast_player_model.py ...
SyntaxError: ('invalid syntax', ('lib/sopcast_player_model.py', 118, 29, '\tdef 
retrieve_preferences(def):\n'))

Compiling lib/sopcast_stats.py ...
SyntaxError: ('invalid syntax', ('lib/sopcast_stats.py', 62, 36, 
"\t\tself.set_property('buffer-level' 0)\n"))

Compiling lib/vlc.py ...

My python is not good enough to know what the correct syntax is now. :( shame

Original issue reported on code.google.com by Geordie....@googlemail.com on 7 May 2012 at 11:41

GoogleCodeExporter commented 8 years ago
I included some rather untested code that will hopefully, one day, be a next 
generation version of sopcast player. The idea is to implement the MVC paradigm 
when the code is ready for the prime time. I packaged up a new version of the 
code base without all the extraneous code. You will be able to find it in the 
download section. Please let me know if this fixes your issues.

Original comment by flyguy97 on 8 May 2012 at 2:30

GoogleCodeExporter commented 8 years ago
Release 0.8.3 fixes bug.

Original comment by flyguy97 on 11 May 2012 at 3:11