Re: [C++-sig] Getting Boost.Python Working on MacOS X

2009-11-25 Thread Randolph Fritz
ipt on Mac OS X; see <https://svn.boost.org/trac/boost/ticket/2185>. That's probably what's making problems for you. Boost.python does in fact work on Mac, despite the test script problem; here's what I did to make it go: <http://mail.python.org/pipermail/cplusplus-sig/200

Re: [C++-sig] Python converters for raw pointers: request for help

2009-10-27 Thread Randolph Fritz
e the previous e-mails) is that Python > does not even enter into the "convertible" method ... > Hunh. Well, I'm out of ideas, then. Sorry. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz...@gm

Re: [C++-sig] Python converters for raw pointers: request for help

2009-10-26 Thread Randolph Fritz
I think what you want is here: <http://www.boost.org/doc/libs/1_39_0/libs/python/doc/tutorial/doc/html/python/object.html#python.extracting_c___objects> and here: <http://www.boost.org/doc/libs/1_40_0/libs/python/doc/v2/extract.html> Take a look at that--see if it helps. -- Ra

Re: [C++-sig] Python converters for raw pointers: request for help

2009-10-25 Thread Randolph Fritz
Additional thought. Take a look at: <http://wiki.python.org/moin/boost.python/PointersAndSmartPointers#OSGexample> & see if it helps clarify some of the problems. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -

Re: [C++-sig] Python converters for raw pointers: request for help

2009-10-25 Thread Randolph Fritz
write? -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz...@gmail.com ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig

[C++-sig] Boost.python: extracting an array

2009-10-11 Thread Randolph Fritz
... Or would it be better to replace the array with a list? -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz...@gmail.com ___ Cplusplus-sig mailing list Cplusplus-sig

[C++-sig] Setting up a boost.python workflow on a Mac

2009-10-04 Thread Randolph Fritz
libboost_python-xgcc40-mt-1_39.dylib libboost_python-xgcc40-d-1_39.dylib -> libboost_python-xgcc40-mt-d-1_39.dylib 6. Voila! My test application built and apparently ran. -- Randolph Fritz design machine group, architecture department, university of washington

Re: [C++-sig] Anyone have Py++ working on a Mac?

2009-09-30 Thread Randolph Fritz
Oh, well. Thanks. Randolph On 2009-09-30, Roman Yakovenko wrote: > On Wed, Sep 30, 2009 at 9:49 PM, Randolph Fritz wrote: >> On 2009-09-30, Roman Yakovenko wrote: >>> 2009/9/30 Randolph Fritz : >>>> As the title says. >>> >>> Do you have a p

Re: [C++-sig] Anyone have Py++ working on a Mac?

2009-09-30 Thread Randolph Fritz
On 2009-09-30, Roman Yakovenko wrote: > 2009/9/30 Randolph Fritz : >> As the title says. > > Do you have a problem? > > In the past, few people reported that they successfully used Py++ and > pygccxml on this platform. > Do you have any specifics? I was hoping t

[C++-sig] Anyone have Py++ working on a Mac?

2009-09-29 Thread Randolph Fritz
As the title says. ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig