Re: [C++-sig] to_python / from_python guidance?
Pierre, I figured out the problem. The problem was exactly what you said. I didn't need the Vrjuggler libraries since I already had the python bindings from the ggt code. What happened was that in building the python bindings, the release version of python boost was used and I was compiling my code in debug mode using the debug version of python boost. I linked my code againts the release version of python boost and it worked as expected. Thanks, Alexis Programming Tutorial: In Python: To do this, do this In Perl: To do this, do this or this or this or this... In C: To do this, do this, but be careful In C++: To do this, do this, but don't do this, be careful of this, watch out for this, and whatever you do, don't do this __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (1)
-
Alexis H. Rivera-Rios