Opened 14 years ago
Closed 14 years ago
#4 closed defect (fixed)
argparse is included in python 2.7 but setuptools is still looking for it
Reported by: | ruben | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
Hi Zooko,
Just a minor issue, but I just found that python 2.7 includes the argparse module. setup.py however still tries to go online to find argparse. Could you make this conditional based on the python version?
Change History (1)
comment:1 Changed 14 years ago by zooko@…
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In [247/trunk]: