Jump to content

PyQT installation Problems


Recommended Posts

Hi,

I have been working with PyQT 3 for the past year or so and I want to use some of the advancements that are found in the newer PyQT 4. I uninstalled PyQT 3 and installed the PyQT 4 packages from Mandriva sources. However, the PyQT 4 packages don't seem to get me a working installation like PyQT 3. Even with PyQT4-designer installed there is no pyuic4 executable nor is there a Qt-Designer executeable.

 

I have even gone so far as to try to install PyQT4 from source and it fails to compile. Nothing seems to work.

 

Does anyone have experience getting PyQT 4 working on Mandriva 2008.0?

 

Kevin

Link to comment
Share on other sites

Even with PyQT4-designer installed there is no pyuic4 executable

You will find ‎/usr/bin/pyuic4 in the python-qt4-devel package in the repos. You will also need to install the libqtdesigner1, libqtgui4, and libqt4-devel packages from the repos with the package manager or urpmi, in order to pick up all the deps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...