Comment 4 for bug 95532

Revision history for this message
Forest Bond (forest-bond) wrote :

I was hoping to do some debugging, but didn't have time to get very far. As a work around, moosic still works fine with Python 2.4, so you can force it to use that by:

 * Install Python 2.4 and the relevant python2.4-* packages
 * Editing /usr/bin/moosic and /usr/bin/moosicd such that the first line reads #!/usr/bin/python2.4 .
 * Creating two symlinks:
    - /usr/lib/python2.4/site-packages/moosic -> /usr/lib/python2.5/site-packages/moosic
    - /usr/lib/python2.4/site-packages/moosic.egg-info -> /usr/lib/python2.5/site-packages/moosic.egg-info

That should mostly do the trick, however, it's very much a work-around, and isn't recommended.