I have successfully installed PyQt on both Mac and PC. To do this, I had to install mingw (on the PC), the Xcode library (on the MAC), and Qt4.6. Now that PyQt is working fine, I would like to remove mingw, Xcode and Qt Library from Mac and PC.
I know that I can remove Xcode and mingw, but what needs to be done before deleting the Qt library. I know that PyQt still uses it, but it does not use all 1.5Gig files installed by the Qt installer. So which files should I copy before uninstalling Qt and where should I copy it.
source
share