Not sure who's working on the kdebindings-python-pykde4 port, so I figured I'd just post here. Attached is a patch file which fixes __init__.py, and allows the pykde4 bindings to work properly, both on i386 and amd64 as well.

Just throw this into the /usr/ports/devel/kdebindings-python-pykde4/files and it'll apply automatically.



--

Kris Moore
PC-BSD Software
http://www.pcbsd.com
--- python/pykde4/__init__.py.o 2008-07-21 20:00:52.000000000 -0400
+++ python/pykde4/__init__.py   2009-03-24 16:24:34.000000000 -0400
@@ -1,4 +1,5 @@
-import sys,DLFCN
+#import sys,DLFCN
+import sys, ctypes
+#import DLFCN as dl
 # This is needed to ensure that dynamic_cast and RTTI works inside kdelibs.
-sys.setdlopenflags(DLFCN.RTLD_NOW|DLFCN.RTLD_GLOBAL)
-     
\ No newline at end of file
+sys.setdlopenflags(ctypes.RTLD_GLOBAL)
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to