[kdev-python] [Bug 382401] Documentation of binary modules fails

2017-07-19 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=382401 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdev-python] [Bug 382401] Documentation of binary modules fails

2017-07-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382401 --- Comment #5 from k...@karsten-merkle.de --- well, lucky me Python3 of FreeCAD just came out... but Problem still occurs: starting kdevelop with PYTHONPATH=/home/user/kdevelop/FreeCAD/build/lib:$PYTHONPATH kdevelop allows parsing with introspect.py

[kdev-python] [Bug 382401] Documentation of binary modules fails

2017-07-16 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=382401 --- Comment #4 from Sven Brauch --- Hm sorry, KDevelop 5 doesn't support Python 2 any more and I don't think it makes sense to add support for it in this one place :/ I even recall I ported to this API specifically because the old

[kdev-python] [Bug 382401] Documentation of binary modules fails

2017-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382401 --- Comment #3 from k...@karsten-merkle.de --- @Sven no just added it to the project settings Definitions. But using it like PYTHONPATH=/home/user/kdevelop/FreeCAD/build/lib:$PYTHONPATH kdevelop does it add. @Francis actually FreeCAD.so comes from C++

[kdev-python] [Bug 382401] Documentation of binary modules fails

2017-07-16 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=382401 --- Comment #2 from Francis Herne --- (also relevant to the other bug you commented on) kdev-python 5.x only supports Python 3. Python 2.x code won't be parsed correctly unless it's forward-compatible. Can this module be imported in

[kdev-python] [Bug 382401] Documentation of binary modules fails

2017-07-16 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=382401 --- Comment #1 from Sven Brauch --- Hm, did you start kdevelop like PYTHONPATH=/home/user/kdevelop/FreeCAD/build/lib:$PYTHONPATH kdevelop? -- You are receiving this mail because: You are watching all bug changes.