Thread: eMonitor
View Single Post
Old 06-30-2017, 08:14 AM   #96
codehimn
Junior Member
codehimn is on a distinguished road
 
Posts: 4
Karma: 50
Join Date: Apr 2015
Device: pw2
Quote:
Originally Posted by phoenix512 View Post
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?

You should try with "webserver_v6"... and let me know if all is ok
how to install the whl file:
python -m pip install path_folder***\wxPython-******.whl
codehimn is offline   Reply With Quote