osx - Python and Boost - Trying to run vPython and getting __doc__ is read only error -
this super urgent! need vpython working, can give me on way this?
i'm running on mac os x python 2.6 , , downloaded vpython. upon installation installs boost libraries python. now, when try import vpython libraries ('visual'), following occurs:
>>>import visual traceback (most recent call last): file "<stdin>", line 1, in <module> file "/library/frameworks/python.framework/versions/2.6/lib/python2.6/site-packages/visual/__init__.py", line 59, in <module> import cvisual attributeerror: 'boost.python.staticproperty' object attribute '__doc__' read-only
after reading around i've found possibly serious bug, lack technical know-how implement (or indeed trust myself try , implement) of 'workarounds' posted on interweb.
does know decent fix this? or walk me through (newbie style) how implement of fixes.
i believe have installed latest boost libraries svn trunk, although (very unhelpfully) i'm not 100% sure successful, , @ least didn't work.
thanks alot!
duncan
have tried using:
from visual import *
if thats not working possibly reinstall python on machine vpython.
Comments
Post a Comment