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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
