[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-10-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 Sven Brauch changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #10 from Gregor Mi --- For comparison I tried again with another library PyQt5. There I have code like this: ``` import sys from PyQt5.QtWidgets import QWidget, QApplication from PyQt5.QtGui import QPainter, QColor,

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #9 from Sven Brauch --- That shouldn't be a problem ... i'll have to try that out. Maybe there is a problem with the scheduling for those extra paths, although I have no idea why that would be. -- You are receiving

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #8 from Gregor Mi --- ``` > DUCHAIN > rebuilding duchain for "/home/gregor/dev/src/tp64/unsorted/kdevelop/pyproj1/arcade1.py" (was built before) kdev.python.duchain: --- Search paths from cache:

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #7 from Sven Brauch --- Ok, works perfectly fine here with arcade installed system-wide, so the problem is with paths somehow. Can you export QT_LOGGING_RULES=kdev.python.duchain.debug=true and watch for the "search

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #6 from Gregor Mi --- Ah, sorry, here is the example code that I experimented with: http://pythonhosted.org/arcade/examples/sprite_move_walls.html (the first non-comment statement is import arcade). I installed

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-22 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #5 from Sven Brauch --- Hm, in the sample code I can't even find "import arcade" ... -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-22 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #4 from Gregor Mi --- I pressed F5 and it did change nothing. The .../site-packages/arcade directory looks like this: total 180 -rw-r--r-- 1 2165 Sep 17 20:46 application.py -rw-r--r-- 1373 Sep 17 20:46

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-21 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #3 from Sven Brauch --- Hmm, is that package written in Python? Does pressing F5 change anything? Maybe the project wasn't reparsed. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-21 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #2 from Gregor Mi --- I created a new Python project, added my source file and put /home/gregor/.virtualenvs/arcade/lib/python3.5/site-packages (which contains an arcade folder with the py files) into Open

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 Sven Brauch changed: What|Removed |Added Assignee|kdevelop-bugs-n...@kde.org |m...@svenbrauch.de -- You