I have PyCharm Community Edition 5.0 installed on my Windows.
When I ran Python from command line, and tried to use PyCharm to attach, it failed with following error:
Attaching to a process with PID=5860
C:\Python34\python.exe -mpydevd_attach_to_process.attach_pydevd --port 36748 --pid 5860
C:\Python34\python.exe: Error while finding spec for 'pydevd_attach_to_process.attach_pydevd' (<class 'ImportError'>: No module named 'pydevd_attach_to_process')
But looks like the module had already installed with PyCharm:
C:\Program Files (x86)\JetBrains\PyCharm Community Edition 5.0\helpers\pydev\pydevd_attach_to_process
Is there anything I can do to fix it?