Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module not found error #502

Open
thekingpin1 opened this issue Feb 8, 2021 · 1 comment
Open

module not found error #502

thekingpin1 opened this issue Feb 8, 2021 · 1 comment

Comments

@thekingpin1
Copy link

Traceback (most recent call last):
File "index.py", line 6, in
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer, test as _test
ModuleNotFoundError: No module named 'BaseHTTPServer'

error occurs when run in ubuntu terminal.

@salmanul-fares
Copy link

Run using python2 index.py --port 1234 for ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants