[PyQt] How can i uninstall PyQt4?

Phil Thompson phil at riverbankcomputing.com
Thu Nov 1 15:47:52 GMT 2012


On Thu, 1 Nov 2012 00:47:22 +0800, zw g <pekingmaster at gmail.com> wrote:
> Dear list,
> 
> I compile PyQt4 4.9.4 from source on Mac OS X.
> How can i uninstall it? (I want to use Macports to install it in the
> future.)
> 
> I didn't find any `uninstall` description yet.
> Any one please give your suggestion?

Run "make -n install" to see where it has installed the different files
and manually remove them.

Phil


More information about the PyQt mailing list