Hi,
while installing PyTango 8.0.3 on Scientific Linux 6 (SL6) both 32 and 64 bits platform I get the following error:
"error: ‘class boost::python::api::object’ has no member named ‘is_none’"
Looking on the web I found this quick fix to keep going:
Changing on /src/boost/cpp/server/tango_util.cpp
< if (py_event_loop.is_none())
if (py_event_loop == boost::python::object())
Thanks for reporting
Fixed in svn trunk since revision #23085
Will become visible in next PyTango release 8.1.1