python2.7 threading exception [closed]
Hi,
When running some nodes (or a launch file) I have the following error (repeated several times):
Exception AttributeError: AttributeError("'_DummyThread' object has no attribute
'_Thread__block'",) in <module 'threading' from '/usr/lib/python2.7/threading.p
yc'> ignored
It happens in ubuntu 12.04 precise, with ros-fuerte. Is it a safe error/warning? Actually, the nodes run and everything since to work for my tests, up to now. Is there any solution to silence this messages, or solve the problem?
Duplicate of http://answers.ros.org/question/34304/exception-attributeerror-when-starting-roscore/