[PyKDE] from Qt3Support import * fails ?

Dave S eric3 at pusspaws.net
Thu Sep 28 18:56:54 BST 2006


On Thursday 28 September 2006 16:48, Phil Thompson wrote:
> > Having written my app in QT3 on Linux, I now have to port it to the GPL
> > QT4 on
> > XP :)
> >
> > OK so I might be missing something - I have installed, QT v4.1.4; PyQt
> > v4.0.1;
> > and Python v2.4.3
> >
> > The PyQt demo works great - nice green fading demo etc - I have
> > successfully
> > managed to get a dialog box up on XP so the app conversion starts...
> >
> > I need the Qt3Support module (http://doc.trolltech.com/4.0/porting4.html)
> > and
> > I get stuck straight away
> >
> > from PyQt4 import *
> > from Qt3Support import *
> >
> > gives no module named 'Qt3Support' :(
> >
> > Any ideas - ?
>
> It isn't implemented - and there are no plans to do so.
>
> Phil
Ahh ... I see - that would explain it :)

Dave




More information about the PyQt mailing list