Can't import libavg after Jaunty upgrade

Asked by Alex Harrington

Hi

I've been using python-libavg on intrepid without problems, but since I upgraded to Jaunty, I don't seem to be able to import avg anymore:

alex@alex-laptop:~/libavg/eingangsmonitore/monitor1$ python -c "import avg"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named avg
alex@alex-laptop:~/libavg/eingangsmonitore/monitor1$ python -c "import libavg"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named libavg

The eingangsmonitore code from libavg doens't work anymore either.

I tried apt-get remove python-libavg / apt-get install python-libavg and problem persists...

Cheers

Alex

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libavg Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Shane Fagan (shanepatrickfagan) said :
#1

Try again closer to release day it might just be a bug.

Revision history for this message
Alex Harrington (alexharrington) said :
#2

Thanks Shane

I couldn't find a bug that matched these symptoms, which is why I posted the question.

I'll link a bug report so it doesn't get missed.

Cheers

Alex