Jump to content

-SnooPY-

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by -SnooPY-

  1. Greetings, Dibya! Thank you very much for the work done! But there is one question: Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:05:16) [MSC v.1915 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import socket Traceback (most recent call last): File "<stdin>", line 1, in <module> File "socket.py", line 49, in <module> ImportError: DLL load failed: The specified procedure could not be found. >>> import _socket Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: DLL load failed: The specified procedure could not be found. >>> It looks like it doesn’t find _socket.pyd. Any ideas how to fix this problem?
×
×
  • Create New...