PyPi Module Removal

Joel Goldstick joel.goldstick at gmail.com
Tue Sep 3 16:56:48 EDT 2013


On Tue, Sep 3, 2013 at 4:52 PM, Joel Goldstick <joel.goldstick at gmail.com> wrote:
> On Tue, Sep 3, 2013 at 4:15 PM, Brian Rak <brak at gameservers.com> wrote:
>> I was trying to install wxPython earlier today.  Not RTFMing, I tried
>> 'easy_install wx', which ended up installing this strange module:
>> https://pypi.python.org/pypi/wx
>>
>> Looking at the download stats, it seems to be confusing ~1000 users a month,
>> while not providing any significant functionality.
>>
>> I don't really have any way to contact the author of the module.  Is there
>> any way to have this deleted/renamed?
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>
>
>
> --
> Joel Goldstick
> http://joelgoldstick.com

Sorry for empty mail. You can use pip:

pip uninstall <package>



-- 
Joel Goldstick
http://joelgoldstick.com



More information about the Python-list mailing list