Re: Python/Tk not working in Linux

2006-08-13 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, BinnyVA wrote: >> Some distributions move the `Tkinter` stuff into an own package. >> Search for a package called `python-tk` or `python-tkinter` or similar. > > I could use a 'python-tk' package - but the problem is the latest > version of python may not be available. T

Re: Python/Tk not working in Linux

2006-08-13 Thread BinnyVA
> Some distributions move the > `Tkinter` stuff into an own package. Search for a package called > `python-tk` or `python-tkinter` or similar. I could use a 'python-tk' package - but the problem is the latest version of python may not be available. I am going to download Tcl/Tk and install it. T

Re: Python/Tk not working in Linux

2006-08-12 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: >In <[EMAIL PROTECTED]>, BinnyVA wrote: > >> I am using Fedora Core 3 Linux and I have a problem with Tk in Python. >> Whenever I try to run a tk script, I get the error... >> >> --- >> Traceback (most

Re: Python/Tk not working in Linux

2006-08-12 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, BinnyVA wrote: > I am using Fedora Core 3 Linux and I have a problem with Tk in Python. > Whenever I try to run a tk script, I get the error... > > --- > Traceback (most recent call last): > File "Tk.py", line 1, in ? > from Tkinter import * > File "/usr/local/

Python/Tk not working in Linux

2006-08-11 Thread BinnyVA
I am using Fedora Core 3 Linux and I have a problem with Tk in Python. Whenever I try to run a tk script, I get the error... --- Traceback (most recent call last): File "Tk.py", line 1, in ? from Tkinter import * File "/usr/local/lib/python2.4/lib-tk/Tkinter.py", line 38, in ? import _