April 22, 2009
3:50 a.m.
On Tue, 21 Apr 2009 23:02:54 -0400, "P.J. Eby" <pje@telecommunity.com> wrote:
At 09:43 PM 4/21/2009 -0400, David Lyon wrote:
The uninstaller -m option, doesn't seem to want to work for me.
I haven't so far been able to get it to uninstall any packages.
That's not an uninstall option; it simply ensures that the package is no longer listed in easy-install.pth file. You must manually remove the .egg file or directory at present.
Oh ok... That doesn't seem so hard.... I will try to implement that... Thank you for your assistance.. David