python - Eclipse/PyDev: Sync System PYTHONPATH runs continuously -


when eclipse/pydev open see operation running in background, on , on (as if stuck in infinite loop), in lower right status area telling me "sync system pythonpath (100%)". have single python interpreter configured, runs fine, wonder if continual update of pythonpath concerned about. maybe there's amiss triggering sync operation occur every second or so?

eclipse: version: luna service release 1 (4.4.1) build id: 20140925-1800 pydev: version: 3.9.0.201411111611

os: windows 7 64-bit

thanks in advance suggestions!

i managed rid of disabling "check consistency when related files (i.e.: .py, .pth) in pythonpath change" in eclipse preferences -> pydev -> interpreters. then, after restarting eclipse, infinite loop did not appear more.

screenshot of eclipse configuration

note: looks bug me. had issue using liclipse 1.4.0 had 1.0.0 not seem recent.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

How to parse output from sse.client in Python? -