connect-api-examples icon indicating copy to clipboard operation
connect-api-examples copied to clipboard

Was having trouble running test/template with Python 3.6.8 (x64), app…

Open aleczoeller opened this issue 4 years ago • 0 comments

Was having trouble running test/template with Python 3.6.8 (x64), CGIHTTPServer is deprecated in Python 3. Replaced with http.server module. Also replaced ConfigParser in index.py with updated configparser. Put in catches to accomodate Python 2/existing function. Annotated in readme. Sample now runs with Python 3.6.8 on both localhost an web server.

aleczoeller avatar Apr 11 '20 06:04 aleczoeller