From: Paul M. <pau...@su...> - 2016-02-23 20:13:33
|
On 02/23/2016 04:43 PM, Nicolas Pinault wrote: > >> At some point I was playing with SWIG bindings. They should still work, I >> think:https://github.com/LibVNC/VisualNaCro (it was used to provide Perl >> bindings, but SWIG should make it easy to turn that into Python bindings). >> > Why not use ctypes ? Or CFFI, which basically parses (parts of) C headers. With it I made a small Python module some time ago that provides just the bare-bones libvnc methods and it works fine. Paul |