Public bug reported:

Binary package hint: python-libavg

LibAvg can't be imported, so it can't be used at all.

$ sudo aptitude install python-libavg
$ python -c "import libavg"
... ImportError: No module named libavg

$ PYTHONPATH=/usr/share/pycentral/python-libavg/site-packages/libavg python -c 
"import libavg"
... ImportError: No module named libavg
$ PYTHONPATH=/usr/lib/python2.5/site-packages/libavg/ python -c "import libavg"
... ImportError: No module named libavg

I also tried following "Getting Started" from Libavg Wiki to the letter,
and the troubleshooting instructions for importerror.
https://www.libavg.de/wiki/index.php/Getting_Started

** Affects: libavg (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ImportError: No module named libavg
https://bugs.launchpad.net/bugs/174396
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to