开发者

PyQt post installation question

开发者 https://www.devze.com 2022-12-16 21:37 出处:网络
I successfully installed PyQt in both mac and PC. To do so I had t开发者_如何学Pythono install mingw (on PC), Xcode (on MAC) and Qt4.6 library. Now that I have PyQt working perfectly, I would like to

I successfully installed PyQt in both mac and PC. To do so I had t开发者_如何学Pythono install mingw (on PC), Xcode (on MAC) and Qt4.6 library. Now that I have PyQt working perfectly, I would like to uninstall mingw, Xcode and Qt Library from both mac and PC.

I know I can remove Xcode and mingw, but what care should I take before removing Qt library. I know PyQt is still using it but it is not using whole 1.5Gig of files installed by Qt installer. So which files should I copy before removing Qt and where should I copy it to.


You can remove the demos and examples directories inside your qt installation directory... they take up over 1GB of space and are not required. I would leave the rest there, unless you are really worried about space.

If you do try to clean up the QT installation directory, start by renaming larger files/directories (e.g. add a .old suffix to the name), and see if the features you use in QT still function. If it breaks, just rename the files/directories back (remove .old).

0

精彩评论

暂无评论...
验证码 换一张
取 消