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
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to