Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open Python Console #25946

Closed
qgib opened this issue Feb 5, 2018 · 3 comments
Closed

Cannot open Python Console #25946

qgib opened this issue Feb 5, 2018 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption PyQGIS Related to the PyQGIS API

Comments

@qgib
Copy link
Contributor

qgib commented Feb 5, 2018

Author Name: Joseph Liam (Joseph Liam)
Original Redmine Issue: 18050
Affected QGIS version: master
Redmine category:pyqgis_console


Receive the following traceback error when trying to open Python Console either from the menubar (Plugins > Python Console) or from the keyboard shortcut (Ctrl + P):

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'

QGIS version:
2.99.0-Master 'Master', 345dd0c

@qgib
Copy link
Contributor Author

qgib commented Feb 5, 2018

Author Name: David W (David W)


I have the same issue on 2.99.0-Master 'Master', 1a117cf. Windows 7 64-bit. Same traceback.

@qgib
Copy link
Contributor Author

qgib commented Feb 5, 2018

Author Name: Jürgen Fischer (@jef-n)


Applied in changeset 325af48.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Feb 5, 2018
@qgib
Copy link
Contributor Author

qgib commented Feb 21, 2018

Author Name: Giovanni Manghi (@gioman)


  • resolution was changed from to fixed/implemented
  • crashes_corrupts_data was changed from 0 to 1

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! PyQGIS Related to the PyQGIS API Crash/Data Corruption labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption PyQGIS Related to the PyQGIS API
Projects
None yet
Development

No branches or pull requests

1 participant