Hi Scott / Siegfried

I can confirm that fixes it for me:
a...@alex-laptop:~$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libavg
>>> libavg
<module 'libavg' from '/usr/lib/python2.6/dist-packages/libavg/__init__.pyc'>
>>> quit()
a...@alex-laptop:~$ python2.5
Python 2.5.4 (r254:67916, Apr  4 2009, 17:55:16) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libavg
>>> libavg
<module 'libavg' from '/usr/lib/python2.5/site-packages/libavg/__init__.pyc'>
>>> quit()

Thanks for your help with this.

Cheers

Alex

-- 
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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to