Errors when PyCharm debug...
已回答
Dear sir,
When I debug run codes, the erros would shown as below, anybody met it before?
Thanks!

请先登录再写评论。
Hi! Are you able to run `import socket` command without debugger?
It looks like something's wrong with your interpreter, answers from this question may help you: http://stackoverflow.com/questions/16350201/importerror-module-use-of-python26-dll-conflicts-with-this-version-of-python
Hello, Thanks for your kindly explaination. I will try it tomorrow. And inform you later.
Hi, I tried to use comand "import socket" in "cmd" condition. But the error as below: