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


Groups > comp.lang.python > #65906

pip3.x error using LIST instead of list

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:using': 0.09; 'valueerror:': 0.09; 'bug': 0.12; 'language.': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'header:User- Agent:1': 0.23; '---': 0.24; 'skip:" 40': 0.26; 'skip:" 20': 0.27; 'header:X-Complaints-To:1': 0.27; 'raise': 0.29; 'subject:list': 0.30; 'file': 0.32; 'skip:c 30': 0.32; '(most': 0.33; 'skip:_ 10': 0.34; 'should': 0.36; 'list': 0.37; 'to:addr:python-list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'received:org': 0.40; 'free': 0.61; 'viruses': 0.61; 'course': 0.61; 'protection': 0.63; 'our': 0.64; 'details': 0.65; 'antivirus': 0.68; 'subject': 0.69; 'below.': 0.71; 'received:2': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject pip3.x error using LIST instead of list
Date Tue, 11 Feb 2014 14:10:32 +0000
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-2-98-194-99.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
X-Antivirus avast! (VPS 140211-0, 11/02/2014), Outbound message
X-Antivirus-Status Clean
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6667.1392127849.18130.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1392127849 news.xs4all.nl 2887 [2001:888:2000:d::a6]:49445
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65906

Show key headers only | View raw


As the subject line says, details below.

c:\Python34\Scripts>pip3.4 LIST
Traceback (most recent call last):
   File "C:\Python34\lib\runpy.py", line 189, in _run_module_as_main
     "__main__", mod_spec)
   File "C:\Python34\lib\runpy.py", line 87, in _run_code
     exec(code, run_globals)
   File "c:\Python34\Scripts\pip3.4.exe\__main__.py", line 9, in <module>
   File "C:\Python34\lib\site-packages\pip\__init__.py", line 177, in main
     cmd_name, cmd_args = parseopts(initial_args)
   File "C:\Python34\lib\site-packages\pip\__init__.py", line 156, in 
parseopts
     cmd_args.remove(args_else[0].lower())
ValueError: list.remove(x): x not in list

Is this a known problem, should I raise a bug against pip, what is the 
best course of action?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

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


Thread

pip3.x error using LIST instead of list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-11 14:10 +0000
  Re: pip3.x error using LIST instead of list Asaf Las <roegltd@gmail.com> - 2014-02-11 07:25 -0800

csiph-web