Hi, John-Scott's recommenedation is good. Have you enabled 'satchmo_ext.newsletter' in INSTALLED_APPS in settings.py? Probably not, otherwise you got the same error previously.
I see first "^C", then "KeyboardInterrupt" after "self.connection.ping()". You pressed Ctrl+C ? Have you not a problem with the connection? How many connections had you that time? (one, two, none) You have sent two traceback together without explained a context. (Maybe it reveals a bug related to mysql driver.) Hynek On Mar 24, 5:26 am, Luke <[email protected]> wrote: > I'm importing some contacts from an old system, so I wrote a custom > management command called satchmo_contacts. But trying to do a > from satchmo_ext.newsletter.models import Subscription > ... > Thanks much! > > Luke -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
