View Single Post
Old 07-09-2009, 07:50 AM   #427
Syniurge
Enthusiast
Syniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a Texan
 
Posts: 47
Karma: 18498
Join Date: Jul 2009
Location: France
Device: PRS-650
Quote:
Originally Posted by user_none View Post
Qt 4.5.0 works fine. However the version of PyQt is too old. You will need to install PyQt 4.5.x (I have 4.5.2 installed and it's fine). You can build and install PyQt 4.5 from source.

The problem with the ebook-viewer is a conflict between PyQt 4.4 and Qt 4.5. You can get it working if you remove the line:

Code:
self.view.setProperty("url", QtCore.QVariant(QtCore.QUrl("about:blank")))
in the main_ui.py file for the viewer. Or you can install PyQt 4.5 and then it works fine.
Strange, I can't find your line but installing PyQt 4.5 did it, thanks !

Last edited by Syniurge; 07-10-2009 at 02:41 AM.
Syniurge is offline