Re: [C++-sig] How to install extensions using bjam(?)

2009-10-26 Thread Anthony Foglia
t it to do what you want. -- Anthony Foglia Princeton Consultants (609) 987-8787 x233 ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig

Re: [C++-sig] How to install extensions using bjam(?)

2009-10-26 Thread Anthony Foglia
t value. bjam's python module has a .version-countdown variable that might help. The boost-build mailing list can probably give you better help. -- Anthony Foglia Princeton Consultants (609) 987-8787 x233 ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig

Re: [C++-sig] Numpy ndarray as argument or return value using boost python

2009-10-12 Thread Anthony Foglia
ing getting using NumPy's C API directly and keeping the pointers wrapped in boost::python::handle objects as much as possible. 3. can someone give me a basic example of how to use it. The num_util page has an example of their code. -- Anthony Foglia Princeton Consultan