Hello! I have tried importing a few libraries for my code that asks questions, assigns them to values, and then uses them for calculations, and sends you a text message. However, I get this error message when I try to import them: * at src/lib/_sk_fail.py:5
called from src/lib/email/__init__.py:1
I’ve tried deleting the library to see what happens, but it just gave the error message to the next import line. I don’t know why.
Code Sample:
# this is a formatted code snippet.
# paste your code between ```
import smtplib #This is the line that is giving me the error
from email.mime.multipart import MIMEMultipart #I tried deleting the other line, but it then gave the error message to this line.
from email.mime.text import MIMEText
import time
from ._anvil_designer import Form1Template
import anvil.tables as tables
from anvil.tables import app_tables
from anvil import *
import anvil.server