[PyKDE] Two issues with QT Designer 3.3.0 and PyQt 3.8.1

Phil Thompson phil at riverbankcomputing.co.uk
Thu Apr 29 00:02:00 BST 2004


On Wednesday 28 April 2004 7:10 pm, Welch, Donald J wrote:
> I am having two issues with PyQt 3.8.1 and QT Designer 3.3.0:
>
> 1. Versioning problem in .ui files:
>
> QT designer is writing its version in the .ui files as '3.3.0'. PyQt
> will not accept this as a valid verion unless I remove the trailing
> zero, making it '3.3'. The error message is: 'pyuic: File generated with
> too recent version of Qt Designer (3.3 vs. 3.3.0)'. Right now, I am
> getting around this issue by running a sh script that runs sed to edit
> the file before running pyuic. Is there a fix for this?

Upgrade your copy of PyQt.

Phil




More information about the PyQt mailing list