sclorg / spec2scl

MIT License
7 stars 7 forks source link

ImportError: No module named argparse #1

Closed torsava closed 7 years ago

torsava commented 12 years ago

Originally reported by: franzzzz (Bitbucket: franzzzz, GitHub: franzzzz)


Error message appears on RHEL 6, python 2.6.6 installed with "python setup.py install"


torsava commented 12 years ago

Original comment by Slavek Kabrda (Bitbucket: bkabrda, GitHub: bkabrda):


Thanks for reporting this issue. The fix will be part of next release. For the time being, please workaround this by installing argparse on Python < 2.7.

torsava commented 12 years ago

Original comment by Slavek Kabrda (Bitbucket: bkabrda, GitHub: bkabrda):


Add argparse to install_requires for python < 2.7, fixes #1