We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "D:\Python27\lib\socket.py", line 228, in meth return getattr(self._sock,name)(_args) socket.py 228行是: def meth(name,self,_args): return getattr(self._sock,name)(*args)
请问这个错误有遇到的没?
The text was updated successfully, but these errors were encountered:
socket.error: [Errno 61] Connection refused 同遇.已決.望助 http://stackoverflow.com/questions/5619914/sendmail-errno61-connection-refused
Sorry, something went wrong.
@dsharpen 请问你是怎么解决的啊,我看你发的连接是发邮件的啊
No branches or pull requests
File "D:\Python27\lib\socket.py", line 228, in meth
return getattr(self._sock,name)(_args)
socket.py 228行是:
def meth(name,self,_args):
return getattr(self._sock,name)(*args)
请问这个错误有遇到的没?
The text was updated successfully, but these errors were encountered: