Re: pip3.x error using LIST instead of list

2014-02-12 Thread Pete Forman
Dave Angel writes: > Mark Lawrence 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 ye

Re: pip3.x error using LIST instead of list

2014-02-12 Thread Neil Cerutti
On 2014-02-11, Dave Angel wrote: > Mark Lawrence 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

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

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Dave Angel
Mark Lawrence 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: disable the caps-lock ke

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\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:\Py

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 wrote: > On 11/02/2014 14:41, Chris Angelico wrote: >> >> On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen >> wrote: >>> >>> Hi, I get the same error with an older release of pip. But, I get that >>> error regardless which uppercase argument I am

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 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

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 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 subcommand is; it ha

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\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\li

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 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 pip, what is th

pip3.x error using LIST instead of list

2014-02-11 Thread Mark Lawrence
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: