i want to install BaseHTTPServer in raspberry pi using
linux.i tried pip install BaseHTTPServer and pip install BaseHTTPRequestHandler but it
showing error:
could not find a version that
satisfies the requirement BaseHTTPServer from versions:
no matching
distribution found for
BaseHTTPServer
this is the code i
used in python:
from BaseHTTPServer import
BaseHTTPRequestHandler,
HTTPServer
Getting
error:
alt="getting error">
No comments:
Post a Comment