[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #18 from Sven Brauch --- Looks harmless. I'm kind of clueless what about your setup triggers this issue, sorry :( -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #17 from Gregor Mi --- /etc/python3start (pythonstart looks similar): # startup script for python to enable saving of interpreter history and # enabling name completion # import needed modules import atexit import os import readline import

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #16 from Sven Brauch --- Mh. Anything interesting in your /etc/pythonstartup? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #15 from Gregor Mi --- :) XDG_VTNR=7 LESSKEY=/etc/lesskey.bin NNTPSERVER=news MANPATH=/usr/local/man:/usr/share/man SSH_AGENT_PID=7261 XDG_SESSION_ID=13 KDE_MULTIHEAD=false HOSTNAME=linux-85rg.suse XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB GPG

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #14 from Sven Brauch --- Eh, same issue. Can you paste your environment variables ("env")? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #13 from Gregor Mi --- Yes, I did a ping. Cool, an AppImage. :-) Sadly, I get this: ``` QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: Couldn't setup QtHelp Collection file qrc:/qml/main.qml:21:1: module "QtQuick

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #12 from Sven Brauch --- Maybe somebody will look again at with the soon-to-come 5.0 release. Until then, you can try the binaries: files.svenbrauch.de/kdevelop-linux/ And ping them again, of course. -- You are receiving this mail because

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-07-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #11 from Gregor Mi --- Sadly, the maintainer is not responding since 3 months. Any idea who I could contact who is also interested in having the python plugin on openSUSE? -- You are receiving this mail because: You are watching all bug ch

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #10 from Gregor Mi --- I reported the bug here: https://build.opensuse.org/package/show/home:lackhove:kdevelop-python3/kdevelop5-plugin-python3 -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 Sven Brauch changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #8 from Gregor Mi --- The referenced .so file is not present in the given path -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #7 from Gregor Mi --- > ldd /usr/lib64/libkdevpythonparser.so | grep python libpython3.5m.so.1.0 => /usr/lib64/libpython3.5m.so.1.0 (0x7f81a6f9d000) -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #6 from Sven Brauch --- Can you just run ldd on the plugin library? I wonder what it links against right now ... -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #5 from Gregor Mi --- > I still think this is a packaging bug ... I didn't mean to refute that. :) So what can I do now? Suggest the maintainer of the kdevelop5-plugin-python3 package to link against the Python version from the opt-python3

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #4 from Sven Brauch --- kdev-python finds Python 3.5 at link time and links against the library it finds. It then expects the runtime data for that Python version to be present at a location where that libpython is actually looking for it. I

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 Gregor Mi changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 Sven Brauch changed: What|Removed |Added Resolution|--- |INVALID CC|

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-17 Thread Gregor Mi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #1 from Gregor Mi --- I currently use python 3.4.1. On https://www.kdevelop.org/kdev-python-173-py3-released I read that a minimum version of python 3.4.3 is required, but not 3.5. For openSUSE 42.1 a suitable version seems not to be availab