[PyKDE] Has anyone successfully compiled PyQt bindings for Windows?
Erik Weber
erikw at lineo.com
Thu Jun 28 19:05:30 BST 2001
Dear list,
If anyone has actually successfully compiled the PyQt bindings for Windows,
please respond ASAP. If these bindings will not work, I will need to make a
new plan quick!
-Erik Weber
Lineo Seattle
206.285.2506 x204
Lineo: Where Open Meets Smart
Doug Bell wrote:
> > > > Erik Weber wrote:
> > > > > I get unresolved externals in attempting to link the PYQt bindings
on
> > > > > Windows.
> > I got this error first by using the 'Makefile.win32-msvc.' When I
switched
> > to 'Makefile.win32-msvc.static,' Those errors went away and my sip
build
> > completed (producing the static library 'sip.lib' as opposed to an
import
> > library 'sip.lib' plus 'sip.dll.' When I attempt to link the PyQt
bindings
> > with this library, however, I get many link errors like:
> >
> >
==========================================================================
> >
> > sipqtQObject.obj : error LNK2001: unresolved external symbol
> > "__declspec(dllimport) struct _object * __cdecl sipDisconnectRx(struct
> > _object *,char *,struct _object *,char *)"
> > (__imp_?sipDisconnectRx@@YAPAU_object@@PAU1 at PAD01@Z)
> >
> >
==========================================================================
> I get the same errors you do - only the static version of SIP will
> compile, then there are many unresolved symbols when linking PyQt.
More information about the PyQt
mailing list