Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53582 > unrolled thread
| Started by | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| First post | 2013-09-03 16:56 -0400 |
| Last post | 2013-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.
Re: PyPi Module Removal Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-03 16:56 -0400
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-09-03 16:56 -0400 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web