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


Groups > comp.lang.python > #53582 > unrolled thread

Re: PyPi Module Removal

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2013-09-03 16:56 -0400
Last post2013-09-03 16:56 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#53582 — Re: PyPi Module Removal

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2013-09-03 16:56 -0400
SubjectRe: PyPi Module Removal
Message-ID<mailman.15.1378241810.5461.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web