argparse for cygwin python

Jason Tishler jason@tishler.net
Tue Jan 17 19:07:00 GMT 2012


On Tue, Jan 17, 2012 at 01:04:46PM -0500, LMH wrote:
> I have a python script and when I try to run it I get an error for no 
> such module, "ImportError: No module named argparse".
> 
> [snip]
> 
> Any suggestions?

See the following:

    http://docs.python.org/dev/library/argparse.html

argparse is not available until Python 3.2; Cygwin Python is 2.6.

Jason

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list