Re: Cannot assign requested address

2008-01-11 Thread [EMAIL PROTECTED]
;) >                         send_mail('Feedback from your site, topic: %s' % > topic, >                                 message, sender, ['[EMAIL PROTECTED]']) >                         return HttpResponseRedirect('/contact/thanks/') >         else

Re: Cannot assign requested address

2007-12-28 Thread [EMAIL PROTECTED]
Thanks for the help. There was a problem with the mail server. Now I got it working. Thanks a lot! On Dec 27, 7:18 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Dec 27, 2007 6:01 PM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > It seems that this error was coming from HttpResponseR

Re: Cannot assign requested address

2007-12-27 Thread James Bennett
On Dec 27, 2007 6:01 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It seems that this error was coming from HttpResponseRedirect() of the > contact view method, but I did not figure what went wrong. No, look at the traceback. The lines it's highlighting are the ones which send the email, and

Re: Cannot assign requested address

2007-12-27 Thread Alex Koshelev
', '[EMAIL > PROTECTED]') > send_mail('Feedback from your site, topic: %s' % > topic, > message, sender, ['[EMAIL PROTECTED]']) > return HttpResponseRedirect('/contact/than

Cannot assign requested address

2007-12-27 Thread [EMAIL PROTECTED]
return HttpResponseRedirect('/contact/thanks/') else: form = ContactForm() return render_to_response('books/contact.html', {'form': form}) One odd thing is that I got the same error (cannot assign requested address) even i