Hi. Marcin Jessa wrote:
Using config file "/usr/local/etc/xen/mx2.yazzy.org"./usr/local/lib/python2.3/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead. warnings.warn("The xmllib module is obsolete. Use xml.sax instead.", DeprecationWarning)As I dont code python, what may be solution to this?
You should :-) It's great language ! To get rid of the warning, just edit /usr/local/lib/python2.3/xmllib.py, comment out the warning lines (well, this is not a real fix but shuts it up). Ari S.