[Bug 363436] Re: Can't import avg from libavg in Jaunty
Scott Kitterman
ubuntu at kitterman.com
Fri Apr 24 21:15:56 UTC 2009
** Description changed:
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 at 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 at 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
+ TEST CASE:
- Alex
+ sudo apt-get install python-libavg
+ enter a Python shell (type python)
+ then type import libavg
+ see the error as above (no module named libavg).
+ exit the Python shell with ctrl d
+
+ Install the updated package from jaunty-proposed
+ enter a Python (2.6 - the Jaunty default) shell (type python)
+ then type import libavg
+ see no error.
+ exit the Python shell with ctrl d
+
+ Install the updated package from jaunty-proposed
+ enter a Python 2.5 shell (type python2.5)
+ then type import libavg
+ see no error.
+ exit the Python 2.5 shell with ctrl d
+
+ If it successfully import in both supported python versions, it passes
+ verification. It will fail in Python 2.4. This is expected. Python
+ 2.4 is not a supported Python version for Jaunty.
--
Can't import avg from libavg in Jaunty
https://bugs.launchpad.net/bugs/363436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list