You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run in python 3.3 and ended up with following error:
from tornadomail.backends.smtp import EmailBackend
File "/home/shafiul/TestEnv/local/lib/python3.3/dist-packages/tornadomail/init.py", line 11, in
from utils import CachedDnsName, DNS_NAME
ImportError: No module named 'utils'
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run in python 3.3 and ended up with following error:
File "/home/shafiul/TestEnv/local/lib/python3.3/dist-packages/tornadomail/init.py", line 11, in
from utils import CachedDnsName, DNS_NAME
ImportError: No module named 'utils'
Any ideas?
The text was updated successfully, but these errors were encountered: