[Kde-bindings] pykde on Windows

Wolfgang Rohdewald wolfgang at rohdewald.de
Mon Mar 14 23:48:23 UTC 2011


Hi,

when compiling pykde on Windows, I am getting errors because
features are not available


Example: Display not defined

the pyqt4 windows port from riverbank does:

%If (WS_X11)
    QApplication(Display *display, Qt::HANDLE visual = 0, Qt::HANDLE colormap = 0) /PostHook=__pyQtQAppHook__/;
%End

so I guess I could do the same in pykde with all places where
Display can be found. Same for other things like kpty not 
available.

I do not really want to generate a patch for the sip files for pykde/windows
compilation (it would have to be maintained...), I rather want those changes
to go into pykde itself. 

But the pykde sip files are autogenerated with preSip / twine / twine2
(all of them seem to be used). So I suppose those generators are the
right place for this work. What is the status of those programs, and
is there any hope somebody would make those changes? Maybe
GSoC?

For now I will try how far I can get with patching those %If 
into the sip files.

-- 
Wolfgang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20110315/f0f0ddc4/attachment.html>


More information about the Kde-bindings mailing list