Comment 37 for bug 457688

Revision history for this message
Guy K. Kloss (guy.kloss) wrote :

I have just tested the libboost-python1.38.0 in version 1.38.0-6ubuntu6.1 from karmic-proposed.
(Beware, some mirrors don't have this package, yet. It took some checking first ...)

Unfortunately, it seems like the error is still there:

$ ipython
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
Type "copyright", "credits" or "license" for more information.

IPython 0.10 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: from visual import *
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)

/home/gkloss/<ipython console> in <module>()

/usr/lib/python2.6/dist-packages/visual/__init__.pyc in <module>()
     56
     57 import crayola as color
---> 58 import cvisual
     59 cvisual.init_numpy()
     60 from cvisual import (vector, mag, mag2, norm, cross, rotate, comp, proj,

AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only