View Single Post
Old 06-13-2009, 11:27 AM   #45
NickElliott
Junior Member
NickElliott began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2009
Location: Hertford, UK
Device: none
Quote:
Originally Posted by user_none View Post
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.
NickElliott is offline   Reply With Quote