gnome-prototypes-team / gnome-music

Gnome Music
https://live.gnome.org/Music
Other
5 stars 13 forks source link

Fix for Clone 4 in https://github.com/gnome-prototypes-team/gnome-music/issues/144 #165

Closed shivanipods closed 11 years ago

kyoushuu commented 11 years ago

When I ran it, this showed up:

[kyoushuu@kyoushuu-desktop gnome-music]$ ./gnome-music 
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
Running from source tree, using local files
Traceback (most recent call last):
  File "./gnome-music", line 32, in <module>
    from gnomemusic.application import Application
  File "/home/kyoushuu/Devel/jhbuild/gnome-music/gnomemusic/application.py", line 3, in <module>
    from gnomemusic.window import Window
  File "/home/kyoushuu/Devel/jhbuild/gnome-music/gnomemusic/window.py", line 7, in <module>
    import gnomemusic.view as Views
  File "/home/kyoushuu/Devel/jhbuild/gnome-music/gnomemusic/view.py", line 67
    box.pack_end(self._loadMore.widget, False, False, 0)
      ^
SyntaxError: invalid syntax
shivanipods commented 11 years ago

Thanks a lot ! :) Fixing these and rebasing ..