p3nt4/Nuages

ImportError: No module named http.server

Opened this issue · 5 comments

Traceback (most recent call last):
File "C:\Users\Admin\Desktop\Nuages-master\Server\handlers\external\http\HTTPAES256Handler.py", line 2, in
from http.server import BaseHTTPRequestHandler, HTTPServer
ImportError: No module named http.server

console show this after i try use the module for start listener

i tried install pip http module but no work

p3nt4 commented

Yes the issue is with pip.

Try !set python 1 to use "python3"

p3nt4 commented

I will close this for now, you can add a comment if it did not fix it.

Worked, thanks

p3nt4 commented

Made a change to how modules call python.
The python path is now loaded from the configuration file.
99d7b8f