** Description changed:

  [Test Case]
  
  This is took from the zeromq3 initial bug report
  
  this bug can be seens using the python-binding.
- But for htis you need a working tango database. So you need to install 
tango-db.
+ But for htis you need a working tango database.
+ 
+ apt-get install mysql-server
+ apt-get install tango-db python-pytango
  
  then
  
  ~$ python
  >>> import PyTango
- >>> dev_name = 'sys/database/2'  
+ >>> dev_name = 'sys/database/2'
  >>> dev = PyTango.DeviceProxy(dev_name)
  >>> cb = PyTango.utils.EventCallBack()
- >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, 
+ >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT,
  cb, [], True)
  
  (waits forever... till  I press CTRL+C)
  
- 
  the expected result is that the last line does not hang

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355394

Title:
  please upgrade 14.04 with the 8.1.2c+dfsg-5 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1355394/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to