Hi,
I just tried to use arcpy from PyCharm and ran into the following problem.
After importing arcpy typing "arcpy." causes the following Error
Traceback (most recent call last):
----------------------------------------
File "C:\Python27\ArcGIS10.2\lib\SocketServer.py", line 295, in _handle_request_noblock
Exception happened during processing of request from ('127.0.0.1', 8902)
self.process_request(request, client_address)
----------------------------------------
File "C:\Python27\ArcGIS10.2\lib\SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "C:\Python27\ArcGIS10.2\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\ArcGIS10.2\lib\SocketServer.py", line 651, in __init__