[Bug 215723] Re: [Hardy] ImportError: No module named ext

2009-03-03 Thread Morten Kjeldgaard
** Changed in: python-xml (Ubuntu)
   Status: New = Invalid

-- 
[Hardy] ImportError: No module named ext
https://bugs.launchpad.net/bugs/215723
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


[Bug 215723] Re: [Hardy] ImportError: No module named ext

2008-04-12 Thread laga
Check the changelog of 0.8.4-10ubuntu1 at
https://launchpad.net/ubuntu/+source/python-xml/ for a quick work
around. A 'proper' fix for your application might be better. I'm not
sure if the old XML modules will be removed..

-- 
[Hardy] ImportError: No module named ext
https://bugs.launchpad.net/bugs/215723
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


[Bug 215723] Re: [Hardy] ImportError: No module named ext

2008-04-12 Thread Simone Tolotti
python-xml was installed as a dependency of the app. 
I'll ask application developers  to fix this.
Thanks.

-- 
[Hardy] ImportError: No module named ext
https://bugs.launchpad.net/bugs/215723
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


[Bug 215723] Re: [Hardy] ImportError: No module named ext

2008-04-11 Thread Morten Kjeldgaard
This is a consequence of the fact the python-xml has been removed from
hardy (see the discussion  explanation at bug #199014 ).

Python ships with its own implementation of the xml module, and that is
where your program finds the xml.dom module. Unfortunately, the function
PrettyPrint is not a part of that implementation, which is why you are
getting an exception.

The package  python-4suite-xml contains a PrettyPrint function, but you
may need access to the source code of the billing program to make the
necessary changes.

Alternatively, you can install the old python-xml package on your
system.

-- 
[Hardy] ImportError: No module named ext
https://bugs.launchpad.net/bugs/215723
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