I had a beta version of python 3.6 (I think) when I downloaded PyQt4, it gave me PyQt4 for python 3.4. I have since uninstalled the beta version of python and installed the newest version of python 3.6, and now when I click 'view code' for a GUI in PyQt4, it says cannot "launch python34/Lib/site-packages/PyQt4\uic".

1. To fix, do I uninstall PyQT4 and install another version of PyQt4(I assume it will know which version to install for python 3.6 (?)), or is that not the issue? Do I need to tell PyQT4 to look somewhere else?

2. If the answer is to uninstall and re install PyQt4, will I lose the GUIs I had previously developed (making me start again)? Or, is there a better/easier way to get PyQt4 for python 3.6?

By the way, I am very new to this stuff.