Changes between Initial Version and Version 1 of Ticket #1714, comment 15


Ignore:
Timestamp:
2013-06-21T00:54:27Z (12 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1714, comment 15

    initial v1  
    1 I still don't understand why the original {{{DistributionNotFound: argparse>=0.8}}} occurred, because {{{python setup.py build}}} should have downloaded and built argparse. Of course it might have failed to do so due to one of the numerous setuptools bugs (or some other network or packaging error), but we don't have enough information to tell which one.
     1I still don't understand why the original {{{DistributionNotFound: argparse>=0.8}}} occurred, because {{{python setup.py build}}} should have downloaded and built argparse, which should work absolutely fine on Python 2.7. Of course it might have failed to do so due to one of the numerous setuptools bugs (or some other network or packaging error), but we don't have enough information to tell which one.