Nov. 29, 2005
2:30 p.m.
On Tuesday 29 November 2005 12:20, Jan Langer wrote:
I found a working GMP Python wrapper in the GMPY module, but I have simply no idea how use it for my purpose.
Short answer: You can either export GMP numbers yourself with Boost::Python, or try to find out how to/from-python conversion is done with the wrapper you found. In the latter case, export boost::python wrappers returning/accepting boost::python::object's and do the conversion manually. -- Ciao, / / /--/ / / ANS