Quote:
Originally Posted by codehimn
|
OK, I installed Python 3.6. when I go to the link for downloading wxPython, there is wheel packages which I think are for Linux. I find no exe file to run in windows there!
Anyway, when I use cmd to install wxPython, it say the package is already there ("Requirement already satisfied:").
After putting parentheses after print commands in the py file provided "webserver_v3", I can run it but it produces an arror
" from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
ModuleNotFoundError: No module named 'BaseHTTPServer'"
what is the problem?