eagleflo / mpyq

Python library for reading MPQ archives.
BSD 2-Clause "Simplified" License
99 stars 23 forks source link

argparse dependency must be installed manually #6

Closed tousdan closed 13 years ago

tousdan commented 13 years ago

Python 2.6.4

When trying to use either setup.py install or easy_install I'm getting ImportError for the argparse module.

Fix: run easy_install argparse

eagleflo commented 13 years ago

Thanks, I documented mpyq's reliance on either Python 2.7 or manually installed argparse: arkx/mpyq@f6c5b83c664b6f89c00e.