Comment 1 for bug 1171573

Revision history for this message
Stef (stef-struijk) wrote :

From what I could find on the internet, the problem lies in an old python statement in pyEPL (audio part) that doesn't work anymore in Python 2.7 (and up?).

I used an ugly hack to get around the problem, at least for me (I don't need audio for the experiment).
There was some problem with the Audio part of pyEPL, so ... I commented it out :P

Run your python program with EPL and you probably get a list of file_... imports ... from file_...
Go to the last one and comment out that sound related line of code.
It takes a bit of time to comment everything out, because every compile gives a next error, but it won't take forever.

It's ugly, but it's a quick fix ^^

Note: you need sudo right to edit the .py files which are likely in /usr/lib/python2.7/dist-packages/pyepl

p.s. If I have to do this another time I will put here in which files, which lines you have to comment out ;)