On Sun, May 24, 2009 at 11:36 PM, Chris DPS <jasonyf...@gmail.com> wrote:
> > No. I get the same error. > I tried that on 3 versions of python with the same result. > Which means there is something fundamentally broken with Python's ability to access the network on this machine, and until that is fixed, Django isn't going to have a prayer of working. Windows socket errno 10104 is documented here: http://msdn.microsoft.com/en-us/library/ms740668.aspx to be WSAEINVALIDPROCTABLE: *Procedure call table is invalid*. The service provider procedure call table is invalid. A service provider returned a bogus procedure table to Ws2_32.dll. This is usually caused by one or more of the function pointers being NULL. Googling that + Python doesn't produce much in the way of help: this does not seem to be a commonly-encountered error. I don't know what to suggest other than, if this is truly only causing problems for Python, you could try un-installing and re-installing Python. I'd get rid of all of them first and then try one. If that doesn't work a more complete re-install of the machine may be needed. Was a firewall ever installed on it? Perhaps uninstall/disabling of it has resulted in this situation? Basically you've got something badly broken with (at least) Python and TCP/IP networking on this machine, and while you are encountering the problem with Django since that is what you want to use, this forum doesn't have the expertise to solve the underlying problem, which has nothing to do with Django. comp.lang.python may be a better place to look for help. Someone there may have the expertise to guide you towards figuring out whether the problem is Python-specific or a more fundamental problem with TCP/IP on this machine. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---