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
Hi,
I'm getting this error below what should I do?
INFO:root:Beginning bootstrap...
INFO:root:Finishing bootstrap.
Traceback (most recent call last):
File "manage.py", line 35, in <module>
InstallAppengineHelperForDjango()
File "/home/george/jaikuengine/appengine_django/__init__.py", line 560, in InstallAppengineHelperForDjango
InstallGoogleSMTPConnection()
File "/home/george/jaikuengine/appengine_django/__init__.py", line 568, in InstallGoogleSMTPConnection
from appengine_django import mail as gmail
File "/home/george/jaikuengine/appengine_django/mail.py", line 27, in <module>
from django.core.mail import SMTPConnection
ImportError: cannot import name SMTPConnection
Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 11:47
The text was updated successfully, but these errors were encountered:
I got the same problem right now...
The SMTPConnection class has been deprecated after Django1.2. so if you want to
use Django in this way, back to Django1.0 may be the easiest solution.
Original issue reported on code.google.com by
[email protected]
on 23 Jul 2013 at 11:47The text was updated successfully, but these errors were encountered: