Help for greenhorn
-
I am a total beginner. I need advice, oddly enough :).
When I try to learn from the pages of Qf (eg http://qt-project.org/wiki/PySideSimplicissimus_Module_2_CloseButton) my attempt to run the sample code end up with this error message:
C:\Python33\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 53645 --file C:/Users/Zdeněk/Documents/_PyCharm/Projekty/MojePokusy/Zavirac.py
Connected to pydev debugger (build 131.339)
pydev debugger: process 1796 is connectingTraceback (most recent call last):
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev\pydevd.py", line 1532, in <module>
debugger.run(setup['file'], None, None)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev\pydevd.py", line 1143, in run
pydev_imports.execfile(file, globals, locals) #execute the script
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev_pydev_execfile.py", line 37, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc) #execute the script
File "C:/Users/Zdeněk/Documents/_PyCharm/Projekty/MojePokusy/Zavirac.py", line 16, in <module>
from ui_quitter import Ui_MainWindow
ImportError: No module named 'ui_quitter'Process finished with exit code 1
Can anyone advise me?
Thanks