yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04431
[Bug 512223] Re: r1990: AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only
*** This bug is a duplicate of bug 457688 ***
https://bugs.launchpad.net/bugs/457688
Fixed by boost::python in karmic-updates
** Changed in: yade
Status: New => Fix Released
--
r1990: AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only
https://bugs.launchpad.net/bugs/512223
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Fix Released
Bug description:
When I start YADE, I get:
...
...
FIXME: class Wall does not register with YADE_CLASS_BASE_DOC_ATTRS yet
/home/gladk/dem/yade/test3/build/lib/yade-test2/py/yade/__init__.py:51: RuntimeWarning: to-Python converter for boost::shared_ptr<OpenGLRenderingEngine> already registered; second conversion method ignored.
boot.initialize(plugins)
/home/gladk/dem/yade/test3/build/lib/yade-test2/py/yade/__init__.py:51: RuntimeWarning: to-Python converter for boost::shared_ptr<CpmPhys> already registered; second conversion method ignored.
boot.initialize(plugins)
Traceback (most recent call last):
File "./../bin/yade-test2", line 36, in <module>
import yade
File "/home/gladk/dem/yade/test3/build/lib/yade-test2/py/yade/__init__.py", line 52, in <module>
import system
AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only
Segmentation fault
References