I tried to open a dialog like David Planella describs here (and quickly help add): Open Custom Dialog Windows (PyGTK + Quickly)
But this don't works for me. I always get the same Error-Message if I open the creadted Dialog:
AttributeError: 'module' object has no attribute 'NewDialogNameDialog'
(Note: My Dialog-Name is replaced with "NewDialogNameDialog" to be more general.) I tried to test a tutorial for the Ubuntu app showdown to learn how to use quickly and python.
I can also add the whole source-code if you wish.
I believe there is a typo in his example. The class and the module should have the same name. So instead of:
it should likely be:
(i.e. drop the New)
If that doesn't work, I'd like to see both files if possible.