Prev: Win7. Why Don't Matplotlib, ... Show up in Control Panel Add-Remove?
Next: Replace and inserting strings within .txt files with the useof regex
From: Mark Lawrence on 8 Aug 2010 12:51 On 08/08/2010 17:16, W. eWatson wrote: > See Subject. I use matplotlib, scipy, numpy and possibly one other > module. If I go to the control panel, I only see numpy listed. Why? I > use a search and find only numpy and Python itself. How can matplotlib > and scipy be uninstalled? Have you heard of google? Mark Lawrence.
From: Michael Torrie on 8 Aug 2010 13:00
On 08/08/2010 10:16 AM, W. eWatson wrote: > See Subject. I use matplotlib, scipy, numpy and possibly one other > module. If I go to the control panel, I only see numpy listed. Why? I > use a search and find only numpy and Python itself. How can matplotlib > and scipy be uninstalled? The best way is probably to find the folders in site-packages that contain these modules and simply delete them. They will be self-contained in folders, so it should be a pretty clean delete. Or you could try just installing the versions you want on top of the existing versions. This should work, even for a downgrade. |