On 11/11/2013 16:43, jonas.thornv...@gmail.com wrote:
Here is the example file i have tried.
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
ZetCode Tkinter tutorial
This program draws three
rectangles filled with different
colors.
author: Jan Bodar
last modified: January 2011
website: www.zetc
Den måndagen den 11:e november 2013 kl. 17:43:12 UTC+1 skrev Chris “Kwpolska”
Warrick:
> On Mon, Nov 11, 2013 at 5:38 PM, wrote:
>
> > But i have no luck runn the Tkinter example file i downloaded in idel, it
> > still says no module called Tkinter.
>
> IDLE*
>
> > ===
>
> > Traceback (most
On Mon, Nov 11, 2013 at 5:38 PM, wrote:
> But i have no luck runn the Tkinter example file i downloaded in idel, it
> still says no module called Tkinter.
IDLE*
> ===
> Traceback (most recent call last):
> File "D:\Python33\test2.py", line 16, in
> from Tkinter import Tk, Canvas, Frame, B
On 11/11/2013 16:38, jonas.thornv...@gmail.com wrote:
I have installed Python 3.3, and i want to add a library with some basic
functions like canvas and basic geomteric objects, fonts etc. Preferably
something similar to the Javascript canvas.
I've looked for graphic packages, and from what i
Here is the example file i have tried.
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
ZetCode Tkinter tutorial
This program draws three
rectangles filled with different
colors.
author: Jan Bodar
last modified: January 2011
website: www.zetcode.com
"""
from Tkinter import Tk, Canvas, Frame, BOTH
On 11/11/2013 16:38, jonas.thornv...@gmail.com wrote:
> === Traceback (most recent call last): File "D:\Python33\test2.py",
> line 16, in from Tkinter import Tk, Canvas, Frame, BOTH
> ImportError: No module named 'Tkinter' ===
In addition, I really don't recommend running your test scripts strai
On 11/11/2013 16:38, jonas.thornv...@gmail.com wrote:
> I have installed Python 3.3, and i want to add a library with some
> basic functions like canvas and basic geomteric objects, fonts etc.
> Preferably something similar to the Javascript canvas.
>
> I've looked for graphic packages, and from w
I have installed Python 3.3, and i want to add a library with some basic
functions like canvas and basic geomteric objects, fonts etc. Preferably
something similar to the Javascript canvas.
I've looked for graphic packages, and from what i can see something called
Tkinter may be what i look for