I have just installed Sublime and tried to run an existing working program which runs without error in Python3.
The following simple program extract generates errors when built through sublime.
import serial
from tkinter import *
This gives the error “no module named serial”. Yet I am certain that serial has been installed in Python.
i have searched previous messages related to this error but the solution suggested if installing serial does not apply to me for the above reason.
Any help will be appreciated.