python in emacs

2009-02-15 Thread kentandkat
When I visit a file with extension .py, emacs says "loading python...done", and gives me a "python" menu with options like "start interpreter" and "eval buffer". When I try to use one of these options emacs says "loading compile...done", then hangs and has to be shut down from the task manager. The

python in emacs

2009-02-15 Thread kentandkat
When I visit a file with extension .py, emacs says "loading Python...done" and gives me a "Python" menu with options like "start interpreter" and "eval buffer". When I try to use these options, or others on the "Python" menu, emacs says "loading compile...done", then hangs and has to be shut down f

tkinter in python30

2009-02-16 Thread kentandkat
Does anyone know what happened to tkinter in Python3? There is a tkinter folder in the Lib folder, but there is no Tkinter.py that I can find. Both "from Tkinter import *" and "from _tkinter import *" result in "no such module" error messages. What gives? Kent -- http://mail.python.org/mailman/lis