Changes required to allow setup of a LNT client with Python 3.
- Use PyModule_Create instead of Py_InitModule
- Drop argparse and wsgiref install requirements
- Require Python 2.7 or higher in setup.py; Python 2.7 is needed for some Python 3 support idioms