From: Jonathan B. <jbr...@ea...> - 2006-02-14 03:16:49
|
On Mon, 2006-01-30 at 10:40 -0200, Flavio Coelho wrote: > > Hi, > > which version of boost do you recomend? I am running vpython 3.2.6 > with boost 1.33.0 and I am getting the following error when I > instantiate a gcurve plot: Sorry it took so long for me to take a look at this. I'm running the latest VPython, with Boost 1.33.1, Python 2.4.2, and gcc 4.0.2 (Debian 4.0.2-8) with no problems. I did see this error on my machine a long time ago and I think it was due to either building two parts of the system with different versions of G++ or different builds of Python. Can you run $ ldd /usr/local/lib/python2.4/site-packages/cvisualmodule.so | grep "python\|libstdc" The output should include only one libpython..., only one libboost_python..., and only one libstdc++... -Jonathan |