Re: using distutils to cross-compile extensions?

2008-12-11 Thread Michael 'Mickey' Lauer
Michael George wrote: > I have an extension module that I've built using distutils. I wonder if > it's possible to use distutils to cross-compile it for windows on my > linux box, and whether the pain involved is great. Can anyone point me > in the right direction? Take a look at OpenEmbedde

Re: PyQt 4.0beta1 Released

2006-05-03 Thread Michael 'Mickey' Lauer
when I try to build pyqt I got errors no such method > > QWidget.setAccessibleName > > > > What should I do? Rebuild qt4 without QT_NO_ACCESSIBILITY #define? > > > > My qt is 4.1.2 > > Yes - the current code assumes a fully configured Qt. I have sent Phil a pa