On 03/17/10 02:15 PM, Suresh Chandrasekharan wrote: > Thanks for the comments. > > If requirements exist, we can look into how to provide C bindings for > this python library later.
I think you're probably approaching this backwards. With most other languages (not sure about Python), its usually easier to provide the underlying implementation in C, and add language bindings on top. In particular, I'd be really unhappy if accessing g11n services required a program written in C to bring in a Python runtime. - Garrett