Hello, I have been following this example of a PySide application here: http://developer.qt.nokia.com/wiki/P..._Simple_Dialog
I am new to PySide and Python but I think I understand most of the example. My problem is running the program gives me this error:
I'm thinking it's some kind of PySide installation error...
I've been a long time Kubuntu fan (since I used Linux during Ubuntu's 7.10 release) and would appreciate some help on the matter.
I am new to PySide and Python but I think I understand most of the example. My problem is running the program gives me this error:
Code:
File "DialogExample.py", line 39, in Form form = Form() NameError: name 'Form' is not defined
I've been a long time Kubuntu fan (since I used Linux during Ubuntu's 7.10 release) and would appreciate some help on the matter.
Comment