Attempting some python gtk coding. When I code the following lines
- Code: Select all
#!/usr/bin/python3
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
my mouse cursor becomes a cross and I cannot get it to return to normal. I cannot select a menu item or click a button so I have to hard reboot. I am coding in geany. Any suggestions would be helpful.