After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 638756 - [gedit] betterpythonconsole plugin crashes
[gedit] betterpythonconsole plugin crashes
Status: RESOLVED NOTGNOME
Product: gedit-plugins
Classification: Other
Component: General
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-05 17:05 UTC by duenni
Modified: 2019-03-23 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description duenni 2011-01-05 17:05:26 UTC
Description:
The plugin "betterpythonconsole" crashes after you hit F5 in gedit instead of opening a python console.

Overview:
CLI output:
  • File "/usr/lib/gedit-2/plugins/betterpythonconsole/consoleinterface.py", line 92
    def seek(self, a): raise IOError, (29, 'Illegal seek')
SyntaxError: invalid syntax


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
Comment 1 Ignacio Casal Quinteiro (nacho) 2011-01-05 17:38:08 UTC
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.