Christopher Barker writes: > If you are writing C/C++ code specifically to be used as a python > extension, pyrex and boost::python are good choices. There was a Numeric > add-on to boost::python at one point, I don't know if anyone has > modified it for numpy.
Yes, I've been migrating my extensions to numpy and will put up a new num_util.h version on the site (http://www.eos.ubc.ca/research/clouds/num_util.html) this weekend (it's about a 10 line diff). When I get a chance I'm also planning to add a page to the scipy wiki so we can see the same extension wrapped with boost, swig, f2py and pyrex. -- Phil Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/numpy-discussion
