Re: pip3.x error using LIST instead of list

2014-02-12 Thread Neil Cerutti
On 2014-02-11, Dave Angel da...@davea.name wrote: Mark Lawrence breamore...@yahoo.co.uk Wrote in message: No matter what I try I can't get the subcommands in lower-case when I have caps lock on, is there a simple work-around for this as well? :) You could do what I've done for my own DOS,

Re: pip3.x error using LIST instead of list

2014-02-12 Thread Pete Forman
Dave Angel da...@davea.name writes: Mark Lawrence breamore...@yahoo.co.uk Wrote in message: No matter what I try I can't get the subcommands in lower-case when I have caps lock on, is there a simple work-around for this as well? :) You could do what I've done for my own DOS, Windows,

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Chris Angelico
On Wed, Feb 12, 2014 at 1:10 AM, Mark Lawrence breamore...@yahoo.co.uk wrote: 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

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Johannes Findeisen
On Tue, 11 Feb 2014 14:10:32 + Mark Lawrence wrote: As the subject line says, details below. c:\Python34\Scriptspip3.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,

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Chris Angelico
On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen mail...@hanez.org wrote: Hi, I get the same error with an older release of pip. But, I get that error regardless which uppercase argument I am passing to pip. Look below: Correct. The exception is thrown before it's looked at what the

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Mark Lawrence
On 11/02/2014 14:41, Chris Angelico wrote: On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen mail...@hanez.org wrote: Hi, I get the same error with an older release of pip. But, I get that error regardless which uppercase argument I am passing to pip. Look below: Correct. The exception is

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Chris Angelico
On Wed, Feb 12, 2014 at 1:50 AM, Mark Lawrence breamore...@yahoo.co.uk wrote: On 11/02/2014 14:41, Chris Angelico wrote: On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen mail...@hanez.org wrote: Hi, I get the same error with an older release of pip. But, I get that error regardless which

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Asaf Las
On Tuesday, February 11, 2014 4:10:32 PM UTC+2, Mark Lawrence wrote: As the subject line says, details below. c:\Python34\Scriptspip3.4 LIST Traceback (most recent call last): File C:\Python34\lib\runpy.py, line 189, in _run_module_as_main __main__, mod_spec) File

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Dave Angel
Mark Lawrence breamore...@yahoo.co.uk Wrote in message: No matter what I try I can't get the subcommands in lower-case when I have caps lock on, is there a simple work-around for this as well? :) You could do what I've done for my own DOS, Windows, and Linux computers for years:

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Asaf Las
https://groups.google.com/forum/#!topic/python-virtualenv/8wzQfjQW2i8 -- https://mail.python.org/mailman/listinfo/python-list