Archived

This forum has been archived. Please start a new discussion on GitHub.

Python bindings for Ice - pyce 0.1

Howdy,

I've just finished a first pass at some Python bindings for Ice, including a slice2py binding generator and accompanying utility classes. The bindings work through boost::python, so the Boost libraries are required, as is slice2cpp to generate the cpp versions of the code. More information and download is at http://www.intrepid.com/~vladimir/pyce/ -- it's very untested right now, but it's enough to get a simple hello server and client going in python. I'll be looking at details with threading and other issues in the next few days, but I'd appreciate any comments (and especially bug reports/breakage test cases/etc.)!

- Vlad

Comments