Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 94

Thread: Listen Music Player 0.5 is now available

  1. #21
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    1,406
    Distro
    Ubuntu

    Re: Listen Music Player 0.5 is now available

    I just added the edgy musicbranz repo to my source list and apt-geted whatever listen complained about. I would add the repo and then do a [sudo apt-get build-dep listen] that should grab all of the dependencies.

    OT: I went to the lastFM website to figure out my password for the audioscrobbler in listen and rediscovered the last-exit lastFM-radio player. It's much better then the player from lastFM and it makes for a great radio.....
    Last edited by hanzomon4; February 15th, 2007 at 04:29 AM.

  2. #22
    Join Date
    Apr 2006
    Beans
    29

    Re: Listen Music Player 0.5 is now available

    When I try start Listen 0.5, I get this error. What I should be do? I use Feisty Fawn.

    Code:
    ~$ listen
    Traceback (most recent call last):
      File "/usr/lib/listen/listen.py", line 66, in <module>
        import utils, const, stock, config
      File "/usr/lib/listen/utils.py", line 33, in <module>
        import stock
      File "/usr/lib/listen/stock.py", line 78, in <module>
        import const
      File "/usr/lib/listen/const.py", line 116
    SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/listen/const.py on line 117, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

  3. #23
    Join Date
    Apr 2006
    Location
    Brazil
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Listen Music Player 0.5 is now available

    I do what http://www.listen-project.org/wiki/Faq says to do, but Listen continues crashing in Wikipedia and Listen.
    Any sugestion ?

    Kellsens

    P.S.: Sorry my english
    "O difícil é aprender a ler, o resto está escrito."
    The Ubuntu Counter Project - user number # 4066

  4. #24
    Join Date
    Jun 2005
    Location
    Buffalo, NY
    Beans
    151
    Distro
    Ubuntu Breezy 5.10

    Re: Listen Music Player 0.5 is now available

    Quote Originally Posted by kellsens View Post
    I do what http://www.listen-project.org/wiki/Faq says to do, but Listen continues crashing in Wikipedia and Listen.
    Any sugestion ?

    Kellsens

    P.S.: Sorry my english
    Again, READ THE WHOLE THREAD! It's like 2 posts above! ^^

  5. #25
    Join Date
    Apr 2006
    Location
    Brazil
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Listen Music Player 0.5 is now available

    Hi Denisesballs.

    So, I allready read all the thread and do it exactly like you said to rko618, and Listen continues crashing on wiki / lyricis.
    Any sugestion ?

    Kellsens
    "O difícil é aprender a ler, o resto está escrito."
    The Ubuntu Counter Project - user number # 4066

  6. #26
    Join Date
    Jul 2006
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Listen Music Player 0.5 is now available

    Kellsens,
    I found this problem in another thread. Maybe it might help.

    http://www.ubuntuforums.org/showpost...&postcount=503
    There's only 10 types of people in the world. Those that understand binary and those that don't.

  7. #27
    Join Date
    Apr 2006
    Location
    Brazil
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Listen Music Player 0.5 is now available

    Hi Marcus !

    Thank's for the help, but, i tryed some of solutions on the pos you send it to me. And still not working wiki / lyrics.
    I still have hope.

    Kellsens
    "O difícil é aprender a ler, o resto está escrito."
    The Ubuntu Counter Project - user number # 4066

  8. #28
    Join Date
    May 2006
    Location
    Romania, Transylvania
    Beans
    14
    Distro
    Gutsy Gibbon Testing

    Re: Listen Music Player 0.5 is now available

    Someone must help Listen developer to integrate Listen 05 with Feisty - I got Listen work using different revisions of 0.5 version - but every time I got different little errors. Under Edgy is OK.

    This message target on Feisty developers too - don't forget Listen for next stable release guys - now is simply the best choice on Gnome.

  9. #29
    Join Date
    May 2006
    Location
    Romania, Transylvania
    Beans
    14
    Distro
    Gutsy Gibbon Testing

    Re: Listen Music Player 0.5 is now available

    Quote Originally Posted by Patskumaster View Post
    When I try start Listen 0.5, I get this error. What I should be do? I use Feisty Fawn.

    Code:
    ~$ listen
    Traceback (most recent call last):
      File "/usr/lib/listen/listen.py", line 66, in <module>
        import utils, const, stock, config
      File "/usr/lib/listen/utils.py", line 33, in <module>
        import stock
      File "/usr/lib/listen/stock.py", line 78, in <module>
        import const
      File "/usr/lib/listen/const.py", line 116
    SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/listen/const.py on line 117, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
    to Patskumaster

    sudo gedit /usr/lib/listen/const.py

    then remove from consty.py the lines where the letters are non-english letters ( look strange ).
    there are 3 or 4 lines at the bottom of document.

    then start again with command : listen -> u will receive the second error on other file ( i dont remember exact ...), at line 716 or some. Do the same thing on this file - is a single strange letter before a declaration.

    After that U will have some errors regarding dbus invocation procedure. Will not work as user with 'listen' command but will work with 'sudo listen'.

    I still hope on a stable version on Feisty.

    Best Luck

  10. #30
    Join Date
    Mar 2006
    Beans
    11

    Re: Listen Music Player 0.5 is now available

    Quote Originally Posted by SorinN View Post
    to Patskumaster

    sudo gedit /usr/lib/listen/const.py

    then remove from consty.py the lines where the letters are non-english letters ( look strange ).
    there are 3 or 4 lines at the bottom of document.

    then start again with command : listen -> u will receive the second error on other file ( i dont remember exact ...), at line 716 or some. Do the same thing on this file - is a single strange letter before a declaration.

    After that U will have some errors regarding dbus invocation procedure. Will not work as user with 'listen' command but will work with 'sudo listen'.

    I still hope on a stable version on Feisty.

    Best Luck
    Could you tell me how the letter on line 716 looks like, because I can't seem to find it.

Page 3 of 10 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •