I'm giving my very first steps (maybe second or third time I try my first steps, as a matter of fact) into python.
I'm using PyDev on eclipse (europa), I have configured it to recognize PyQt classes (had to add /usr/share/pycentral/python-qt4/site-packages/PyQt4 to the PYTHONPATH). So far, so good.
I took a ui file from another project and compiled it with pyuic4.
There's a line at the end of the file that says:
but eclipse is telling me it's an unresolved import. What am I missing?