From: James F. <fo...@ys...> - 2006-02-20 13:47:22
|
I have eventually managed to install VPython. When, though, I type "import visual" in a Python shell, I get the following message error: Traceback (most recent call last): File "<stdin>", line 1, in ? File "/home/james/binPYTHON/lib/python2.4/site-packages/visual/__init__.py", line 15, in ? import array_backend File "/home/james/binPYTHON/lib/python2.4/site-packages/visual/array_backend.py", line 1, in ? import cvisual ImportError: /usr/lib/libboost_python.so.1: undefined symbol: PyUnicodeUCS4_FromEncodedObject Anyone knows how I could solve this problem? Thank you! J -- Dr James Foadi PhD York Structural Biology Laboratory (YSBL) Department of Chemistry University of York Heslington York YO10 5YW UK |