I am receiving Unresolved Import Error from PyDev in Eclipse and despite following SO posts, this one in particular:
PyQt4 names showing as undefined in eclipse, but it runs fine
I still can't solve this problem.
Like the above post I am trying to use the PyQt4 library. I have installed it, and it exists here on my computer:
C:\Python34\lib\site-packages\PyQt4
I have added it to the PYTHONPATH as the image below will show:
I have also tried adding it as an external library in the project properties as the below image will show (just in case):
According to the post referenced above because the library is C++ I need to add the PyQt4 library to the forced Builtins tab, this I have also done as shown here:
Yet I still get Unresolved errors as shown here:
And this is the stack trace: