my django site was running successfully  but now it s giving me the
following error
 IO ERROR [Errno socket error] (11004, 'getaddrinfo failed'
my view looks like this and i am running in proxy settings but i
included that in my code

   proxie = {'http': 'http://192.168.1.100:8080'}
   word = request.GET['word']
   
message=urllib.urlopen('http://m.broov.com/wap/di/sub?word='+word+'&type=00submit=Submit',)
   socket.setdefaulttimeout(1120)
   sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
   return HttpResponse(message)
ANd it would be gracefull if someone help me to build web service
using RESTfull to run server

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to