Errno 10053 with autocomplete
Hello, I am using Pycharm Community edition 4.0.3 on Windows 7 Pro SP1. I created a virtual environment with Miniconda (Python 2.7.9 and the packages as depicted in the screen capture below).
When I type in the Python console "import networkx as nx" then "nx." and wait for autocomplete, the following error is displayed :
Exception happened during processing of request from ('127.0.0.1', 49689)
Traceback (most recent call last):
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 657, in __init__
self.finish()
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 716, in finish
self.wfile.close()
File "C:\Miniconda\envs\datanalysis\lib\socket.py", line 279, in close
self.flush()
File "C:\Miniconda\envs\datanalysis\lib\socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053] Une connexion �tablie a �t� abandonn�e par un logiciel de votre ordinateur h�te
Note that the problem does not occur with the Python Shell (and Python 2.7.9 installed to c:/Python27 with the official windows installer from python.org)
Thanks,
When I type in the Python console "import networkx as nx" then "nx." and wait for autocomplete, the following error is displayed :
Exception happened during processing of request from ('127.0.0.1', 49689)
Traceback (most recent call last):
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 657, in __init__
self.finish()
File "C:\Miniconda\envs\datanalysis\lib\SocketServer.py", line 716, in finish
self.wfile.close()
File "C:\Miniconda\envs\datanalysis\lib\socket.py", line 279, in close
self.flush()
File "C:\Miniconda\envs\datanalysis\lib\socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053] Une connexion �tablie a �t� abandonn�e par un logiciel de votre ordinateur h�te
Note that the problem does not occur with the Python Shell (and Python 2.7.9 installed to c:/Python27 with the official windows installer from python.org)
Thanks,
Please sign in to leave a comment.

![Prelib - [CUsersuboDocumentsPython-ProjectsPrelib] - CUsersuboDocument_2015-02-16_09-18-42.png](http://adm-10980.intellij.net/zendesk-forum-storage/jf/pycharm/3176/Prelib%20-%20%5BCUsersuboDocumentsPython-ProjectsPrelib%5D%20-%20CUsersuboDocument_2015-02-16_09-18-42.png)
