Quote:
Originally Posted by user_none
Are you using Jaunty by chance? Now that I think about it there is a conflict on Jaunty. PyQt 4.4 and Qt 4.5 cause the viewer to segfault.
Comment out the line:
Code:
self.view.setUrl(QtCore.QUrl("about:blank"))
in the main_ui.py file for the viewer. I'm not 100% sure where it gets installed to.
|
Yup, I'm using Jaunty, found the file you mentioned but not the exact line, though something similar:
Code:
self.view.setProperty("url", QtCore.QVariant(QtCore.QUrl("about:blank")))
I commented this out and the viewer now opens the files.
Thanks for your help.