Opened 13 years ago

#3855 new bug

Python console gets stuck if you use [Enter] from the number pad

Reported by: Alister Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: GUI Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Windows
Platform Version: XP Awaiting user input: no

Description

In the Python console:

Paste a command, e.g. the line below, and press the [Enter] key in the middle of your keyboard - it should work.

Now paste it again and press the [Enter] key in the number pad section of your keyboard - the cursor moves down to the next line, but the command is not run, and there appears to be no way to get it to run, or to exit out with Ctrl-C or something like you can do in most consoles (It seems you need to restart QGIS to use the Python console after this).

print "hello dude!"

Change History (0)

Note: See TracTickets for help on using tickets.