Menu

#628 Problem in installing PyTango 8.0.3 on Scientific Linux 6

closed-fixed
PyTango
5
2013-11-22
2013-10-05
No

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())

Discussion

  • Tiago Coutinho

    Tiago Coutinho - 2013-11-19
    • status: open --> closed-fixed
     
  • Tiago Coutinho

    Tiago Coutinho - 2013-11-19

    Thanks for reporting

    Fixed in svn trunk since revision #23085
    Will become visible in next PyTango release 8.1.1

     
  • Tiago Coutinho

    Tiago Coutinho - 2013-11-19
    • status: closed-fixed --> closed
     
  • Tiago Coutinho

    Tiago Coutinho - 2013-11-22
    • labels: --> Python binding
    • status: closed --> closed-fixed
    • assigned_to: Coutinho
     

Log in to post a comment.