Good nite everyone,
New to the forums here. I am attempting to do several little projects, one being to integrate python into a gui using pyqt4. I'm still quite new and still do not know if i'm doing it right (i'm trying to follow on forums and video tutorials online). When I try to run my python script that i'm assuming should atleast produce the shell of my ui that I created using Qt, I get this error.


ImportError: cannot import name Ui_integrator

i'm a bit confused as I thought I was calling my libraries correctly. I have three files. integrator.py (which is the script I made), integrator.ui which is what I made in Qt and Ui_integrator.py which I created using pyuic4 which are all in the same directory.

Anyone have any ideas? Should I attach my files that I have to make things more clear?

Thanks in advance.