Help with tkinter

2019-08-09 Thread Ahmad Adam Kabbara
hat Python replied. ChrisA R Rhodri James Fair enough. I should try out "obvious syntax errors" before I declare them as such. W Wildman via Python-list What was the error and what version of Python are you using? For Python 2 you need... from Tkinter import* A Ahmad Adam Kabbara so when I

Re:help with tkinter

2019-08-09 Thread Ahmad Adam Kabbara
I one more thing I am using python 3 Sent from my Huawei Mobile Original Message Subject: Re: help with tkinter From: Ahmad Adam Kabbara To: Wildman CC: python-list@python.org so when I write**from tkinter import* t=Tk

Re: help with tkinter

2019-08-09 Thread Ahmad Adam Kabbara
so when I write from tkinter import* t=Tk() tkinter.colorchooser.askcolor() I get this error message Traceback (most recent call last): File "C:\Users\kabba\Desktop\color and coordinates.py", line 3, in tkinter.colorchooser.askcolor() NameError: name 'tkinter' is not defined I also tried ano