tk = Tk() opens no window in Ubuntu12.4.4 & IDLE3 unlike IDLE in windows 7 Starter IDLE
Asked by
Randy
Code that runs with IDLE in Python 3.3.2 under Windows 7 starter does nothing in Ubuntu 12.4.4. Simple case:
import tkinter
from tkinter import *
tk = Tk()
No error message just another prompt.
I don't know if this is a bug or unique to my system. Any hints on troubleshooting will be much appreciated.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Randy
- Solved:
- Last query:
- Last reply:
To post a message you must log in.