delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4F15B986.2070604@gmail.com> |
Date: | Tue, 17 Jan 2012 19:10:14 +0100 |
From: | marco atzeri <marco DOT atzeri AT gmail DOT com> |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: argparse for cygwin python |
References: | <4F15B83E DOT 8040408 AT molconn DOT com> |
In-Reply-To: | <4F15B83E.8040408@molconn.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 1/17/2012 7:04 PM, 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". > > The only package I have installed is numpy, but I don't see argparse > mentioned in any of the other packages. I have run this script on this > computer before, but I don't remember if I have re-installed cygwin > since then. I thought that argparse was in the python standard library, > so I don't know if the issues is a dependency or something else. > > Here are the first few lines of the script, > > #! /usr/bin/python2.6 > > import argparse > from time import time > > #USAGE: python dif.py --filename [filename] --columns [0,1,2,...] > #COLUMNS START FROM INDEX 0 > > parser = argparse.ArgumentParser(description='..............') > parser.add_argument('--filename', dest='filename', help='input file name') > parser.add_argument('--columns', dest='col', help='columns to be > neglected') > args = parser.parse_args() > col = [int(i) for i in args.col.split(',')] > > > Any suggestions? > > LMH use the package search http://cygwin.com/packages/ the outcome http://cygwin.com/cgi-bin2/package-grep.cgi?grep=argparse suggests that it is a module of stgit Regards Marco -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |