Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'pypi': 0.07; '10:49': 0.16; 'ah,': 0.16; 'entirely.': 0.16; 'subject:Removal': 0.16; 'wxpython': 0.16; 'wrote:': 0.18; 'users.': 0.18; 'seems': 0.21; 'import': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'logical': 0.24; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'unix': 0.29; "i'm": 0.30; 'guess': 0.33; 'something': 0.35; 'but': 0.35; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'called': 0.40; 'user,': 0.69; 'imagine': 0.93 X-Virus-Scanned: amavisd-new at mail.choopa.net Date: Tue, 03 Sep 2013 23:30:45 -0400 From: Brian Rak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: python-list@python.org Subject: Re: PyPi Module Removal References: <52269ac1$0$6599$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378265447 news.xs4all.nl 15984 [2001:888:2000:d::a6]:52723 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:53595 On 9/3/2013 10:49 PM, Skip Montanaro wrote: > > > > Ah, Unix users. Who else would imagine that the way to install something > > called "wxPython" was to use "install wx"? > > I'm not a wxPython user, but it seems the package/module you import in > your programs is "wx". Not an unreasonable guess at the PyPI package name. > > Skip > Yep, that was my thinking entirely. 'import wx' = 'pip install wx'. Seems perfectly logical to me.