Errors in Pycharm

Answered

I am using PyCharm community edition 4.0.4 without administrator privileges. When I open a python console I get the following stream of error messages:

C:\Python34\python.exe -u C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydevconsole.py 65247 65248
Error in sitecustomize; set PYTHONVERBOSE for traceback:
KeyError: 'QT_API'
C:\Users\aboufira\AppData\Local\Continuum\Anaconda3\Lib\site-packages\IPython\utils\traitlets.py:5: UserWarning: IPython.utils.traitlets has moved to a top-level traitlets package.
warn("IPython.utils.traitlets has moved to a top-level traitlets package.")
Traceback (most recent call last):
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydevconsole.py", line 491, in <module>
pydevconsole.StartServer(pydev_localhost.get_localhost(), int(port), int(client_port))
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydevconsole.py", line 328, in StartServer
interpreter = InterpreterInterface(host, client_port, threading.currentThread())
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydev_ipython_console.py", line 26, in __init__
self.interpreter = get_pydev_frontend(host, client_port)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydev_ipython_console_011.py", line 469, in get_pydev_frontend
_PyDevFrontEndContainer._instance = _PyDevFrontEnd()
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydev_ipython_console_011.py", line 300, in __init__
self.ipython = PyDevTerminalInteractiveShell.instance()
File "C:\Users\aboufira\AppData\Local\Continuum\Anaconda3\Lib\site-packages\traitlets\config\configurable.py", line 412, in instance
inst = cls(*args, **kwargs)
File "C:\Users\aboufira\AppData\Local\Continuum\Anaconda3\Lib\site-packages\IPython\terminal\interactiveshell.py", line 396, in __init__
super(TerminalInteractiveShell, self).__init__(*args, **kwargs)
File "C:\Users\aboufira\AppData\Local\Continuum\Anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 495, in __init__
self.init_completer()
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydev_ipython_console_011.py", line 219, in init_completer
self.Completer = self._new_completer_200()
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0.4\helpers\pydev\pydev_ipython_console_011.py", line 191, in _new_completer_200
use_readline=self.has_readline,
AttributeError: 'PyDevTerminalInteractiveShell' object has no attribute 'has_readline'

Process finished with exit code 1
Couldn't connect to console process.

Since I am a new user I have no idea how to fix this stuff. Could anyone help me out? I just need a place to start. Thanks.

 

0

Please sign in to leave a comment.