Public bug reported:

When starting pamusb-agent it crashes with this error:

[EMAIL PROTECTED]:~$ pamusb-agent 
Traceback (most recent call last):
  File "/usr/bin/pamusb-agent", line 30, in <module>
    import elementtree.ElementTree as et


The solution is to edit /usr/bin/pamusb-agent and change line 30 from:

import elementtree.ElementTree as et

to

import xml.etree.ElementTree as et

All works fine after that.

The problem seems to lie with the fact that ElementTree is now included
with python 2.5 and is imported somewhat differently. I guess on the
other hand you could run it using the python 2.4 interpreter which would
work without a problem....

** Affects: Ubuntu
     Importance: Undecided
         Status: New

-- 
pamusb-agent crashes in Gutsy with python import error.
https://bugs.launchpad.net/bugs/133100
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