https://bugs.kde.org/show_bug.cgi?id=140905 Alex Maystrenko changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexeytech@gmail.com --- Comment #15 from Alex Maystrenko --- This smart symlink feature is real pain for python development. I have 2 files in the directory one is real file and other is a symlink: /project/a.py /project/b.py -> /opt/b.py If I want is to import file a.py from b.py kdevelop parser is looking for /opt/a.py NOT for /project/a.py! But normal python interpreter works ok in this case, only "smart" kdevelop causes trouble. -- You are receiving this mail because: You are watching all bug changes.