Top "Python-3.1" questions

For issues relating to development in Python, version 3.1. Use the more generic [python] and [python-3.x] tags where possible

How Should I Set Default Python Version In Windows?

I installed Python 2.6 and Python 3.1 on Windows 7 and set environment variable: path = d:\python2.6. When I run python in cmd, …

batch-file windows-7 environment-variables python-2.6 python-3.1
Python menu-driven programming

For menu-driven programming, how is the best way to write the Quit function, so that the Quit terminates the program …

python menu python-3.1
AttributeError: 'Pool' object has no attribute '__exit__'

I'm doing some multiprocessing python scripts using multiprocessing.Pool. These scripts look like the following: from multiprocessing import Pool def …

python python-2.7 python-multiprocessing python-3.2 python-3.1
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 …

python easy-install argparse python-3.1