GNOME Bugzilla – Bug 638756
[gedit] betterpythonconsole plugin crashes
Last modified: 2019-03-23 20:49:06 UTC
Description: The plugin "betterpythonconsole" crashes after you hit F5 in gedit instead of opening a python console. Overview: CLI output:
+ Trace 225412
def seek(self, a): raise IOError, (29, 'Illegal seek')
Changing shebang from "#!/usr/bin/env python" to "#!/usr/bin/python2" in consoleinterface.py did not solve problem...This is Arch Linux specific (http://www.archlinux.org/news/python-is-now-python-3/) and was only a try. Additional info: * package version(s) -gedit 2.30.4-3 Platform: Arch Linux Steps to reproduce: -Install and enable betterpythonconsole plugin in gedit -Open a .py file with gedit -Hit F5
See that you are using a third party plugin, we don't support this plugin so you will have to contact the developer of that plugin and ask for a fix or fix it yourself. Thanks for reporting this anyway.