Creating bindings for wxwidgets C++ only tools/libraries

Hi,

subject says it all. a couple of times already I looked at wxwidgets
extensions that appeared to be usable in C++
only, because there were no python bindings. Is there documentation
somewhere how I can create those bindings
myself?

Thanks,
Ron

Hi,

Hi,

subject says it all. a couple of times already I looked at wxwidgets
extensions that appeared to be usable in C++
only, because there were no python bindings. Is there documentation
somewhere how I can create those bindings
myself?

Thanks,
Ron

Some people call this "extending" python. There are various bits of
documentation around the web. Here are some links:

http://tinyurl.com/mgly29

http://www.boost.org/doc/libs/1_40_0/libs/python/doc/index.html

···

On Sep 8, 8:15 am, Ron <ron.a...@gmail.com> wrote:

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

Ron wrote:

Hi,

subject says it all. a couple of times already I looked at wxwidgets
extensions that appeared to be usable in C++
only, because there were no python bindings. Is there documentation
somewhere how I can create those bindings
myself?

There's some info about it here, although it may not be up to date: C++Extensions - wxPyWiki

···

--
Robin Dunn
Software Craftsman

This might help:

Porting Widgets From C++
http://wiki.wxpython.org/Porting%20Widgets%20From%20C%2B%2B

K