[PyQt] observing attributes in dip

2011-07-13 Thread Lic . José M . Rodriguez Bacallao
why this doesn't work? - i_widget.py - # dip imports from dip.model import Str, Instance # PyQt4 imports from PyQt4 import QtGui # imagis imports from i_action_container import IActionContainer class IWidget(IActionContainer): # the identifier of the widget id = Str()

Re: [PyQt] observing attributes in dip

2011-07-13 Thread Phil Thompson
On Wed, 13 Jul 2011 11:32:11 -0400, Lic. José M. Rodriguez Bacallao jmr...@gmail.com wrote: why this doesn't work? - i_widget.py - # dip imports from dip.model import Str, Instance # PyQt4 imports from PyQt4 import QtGui # imagis imports from i_action_container