[QGIS-Developer] QGIS 3 Python Console Python Error
C Hamilton
adenaculture at gmail.com
Mon Feb 5 13:52:23 PST 2018
Is anyone else getting this error with the latest QGIS 3 (2.99.0-287) when
the Python Console is selected from the Plugins menu? I am running on
Windows 7.
Traceback (most recent call last):
File "", line 2, in
File "C:/OSGEO4~1/apps/qgis-dev/./python\console\console.py", line 48, in
show_console
_console = PythonConsole(parent)
File "C:/OSGEO4~1/apps/qgis-dev/./python\console\console.py", line 84, in
__init__
self.console = PythonConsoleWidget(self)
File "C:/OSGEO4~1/apps/qgis-dev/./python\console\console.py", line 110,
in __init__
self.shell = ShellScintilla(self)
File "C:/OSGEO4~1/apps/qgis-dev/./python\console\console_sci.py", line
71, in __init__
self.runsource(line)
File "C:/OSGEO4~1/apps/qgis-dev/./python\console\console_sci.py", line
624, in runsource
sys.stdout.fire_keyboard_interrupt = False
AttributeError: 'NoneType' object has no attribute 'fire_keyboard_interrupt'
Consequently, no python console is displayed.
Thanks,
Calvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20180205/72ade48c/attachment.html>
More information about the QGIS-Developer
mailing list