On 19/11/11 14:59, Cranky Frankie wrote:
I added C:\Python32 to the path environment variable in Vista,
rebooted, and tried the test programs at the command prompt, and it
says it can't find the program.
You need to provide the full path to the file.
C\WINDOWS> python C:\the\full\path\to\myf
On 19/11/11 14:59, Cranky Frankie wrote:
I suspect you were trying to run the program from IDLE or Pythonwin?
If so don't. Run the GUI examples from the command line or via Windows
Explorer. If you double click the .py file a DOS Box may open in the
background, just ignore it for now. But the G
More info:
I added C:\Python32 to the path environment variable in Vista,
rebooted, and tried the test programs at the command prompt, and it
says it can't find the program. If I type Python at the command prompt
it opens the Python intrepreter, but it will not run the test.py
program.
Now I'm re
I'm playing around with the Tkinter examples on:
http://www.alan-g.me.uk/l2p/index.htm
and, at least on my Vista laptop, the sample window will not close
when you click the Quit button, which is:
bQuit = Button(fButtons, text="Quit", command=F.quit)
Anyone else have this problem with the sample