Tagged Questions

2
votes
1answer
1k views

How can I install argparse in Python 3.1?

I am trying to get argparse to install in Python 3.1, but I get a UnicodeDecodeError out of setup.py when I easy_install it: (ve31) offline@void (projects) $ easy_install argparse install_dir ...