| Summary: | Imports: "from ase.io import Trajectory" does not work | ||
|---|---|---|---|
| Product: | [Developer tools] kdev-python | Reporter: | Sven Brauch <mail> |
| Component: | Language support | Assignee: | Sven Brauch <mail> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.7.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdev-python/9254f3ba50f380045243a4f9b1013eb93de15bfb | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Sven Brauch
2015-11-26 13:32:33 UTC
Works ok in code completion. Problem is that it tries to find that in the built-in io.py file:
kdevelop(8714)/(kdev.python.duchain) unknown: Found module path [path/path in file]: QPair(QUrl("file:///home/sven/install5/share/kdevpythonsupport/documentation_files/io.py"),("trajectory", "TrajectoryWriter"))
Git commit b45544f3d4dd9cb1873b92a609f45a68f5f6e471 by Sven Brauch. Committed on 07/12/2015 at 17:45. Pushed by brauch into branch 'master'. Do not crash if KDE platform integration is loaded but SNI is unavailable REVIEW:126212 M +8 -1 src/kstatusnotifieritem.cpp http://commits.kde.org/knotifications/b45544f3d4dd9cb1873b92a609f45a68f5f6e471 ugh, wrong bug number again *** Bug 358461 has been marked as a duplicate of this bug. *** Git commit 9254f3ba50f380045243a4f9b1013eb93de15bfb by Sven Brauch. Committed on 30/01/2016 at 23:11. Pushed by brauch into branch '5.0'. imports: abort checking a path when cd into it failed Quite obvious error, actually. Caused M +9 -3 duchain/contextbuilder.cpp http://commits.kde.org/kdev-python/9254f3ba50f380045243a4f9b1013eb93de15bfb |