On Sat, Jan 24, 2009 at 12:06 AM, Terry Brown <[email protected]> wrote: > > Not a Leo problem as such, but wondering if someone can offer a > suggestion. A while ago Ubuntu 8.04 was throwing an error trying to > start leo-qt and I tried to fix it by installing qt from 8.10 and now
Seems like a bad idea that could break your ubuntu... this should not really be needed. > return loader.DynamicUILoader().loadUi(uifile, baseinstance) > File "/usr/lib/python2.5/site-packages/PyQt4/uic/Loader/loader.py", > line 11, in __init__ uiparser.UIParser.__init__(self, QtCore, > QtGui, LoaderCreatorPolicy()) File > "/usr/lib/python2.5/site-packages/PyQt4/uic/uiparser.py", line 86, > in __init__ self.factory = QObjectCreator(creatorPolicy) File > "/usr/lib/python2.5/site-packages/PyQt4/uic/objcreator.py", line > 51, in __init__ raise WidgetPluginError, "%s: %s" % (e.__class__, > str(e)) PyQt4.uic.exceptions.WidgetPluginError: <type > 'exceptions.IOError'>: [Errno 2] No such file or directory: > '/usr/lib/python2.5/site-packages/PyQt4/uic/widget-plugins/qtwebkit.py' Try installing python-webkit and webkit from 8.10 as well. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
