Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53582

Re: PyPi Module Removal

References <5226434B.2020103@gameservers.com> <CAPM-O+wycpdqTBE_myMEF6uqSk5pkp_zBvBpuxZDVhN_gD9jEw@mail.gmail.com>
Date 2013-09-03 16:56 -0400
Subject Re: PyPi Module Removal
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.15.1378241810.5461.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Sep 3, 2013 at 4:52 PM, Joel Goldstick <joel.goldstick@gmail.com> wrote:
> On Tue, Sep 3, 2013 at 4:15 PM, Brian Rak <brak@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: PyPi Module Removal Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-03 16:56 -0400

csiph-web