From: Baker D.J. <D.J...@so...> - 2010-10-20 11:42:06
|
Hello, Thank you to those who helped me with the installation of the python visual module. It turns out that I forgot to install one of the dependencies. Having got visual to install I now find that it will not run -- error output shown below. Is this a bug in python (v2.6.5) or boost (v1.35.0), and more to the point is there a relatively easy workaround? Please could someone advise me on the best course of action. I have a sinking feeling that the advice will be to upgrade python. Best -- David. >>> import visual Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/local/software/rh52/python/2.6.5/gcc/lib/python2.6/site-packages/visual/__init__.py", line 59, in <module> import cvisual AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only |