You cannot import QtXml because the PyQt4 QtXml module is not included with calibre. If you want to parse XML dont use QtXml, use lxml, which is much, much better.
And if you want to add your own python modules, just add the import path to sys.path, like you would for any normal python interpreter.
|