On 2009-10-21 12:38 PM, Yang wrote:
Here is another question on this. I am running Python 2.6.3 which uses
Tcl 8.5. I could not find the BLT binary source for Tcl 8.5. The
latest version is for Tcl 8.4. How could I install BLT? For example,
can I change the default Tcl version that Python has ac
On Oct 21, 12:13 pm, Robert Kern wrote:
> On 2009-10-21 10:50 AM, Yang Yang wrote:
>
>
>
> > Hello,
>
> > I tried to follow the following code demonstrating the use of Pmw.BLT:
>
> > >>> from Tkinter import *
> > >>> import Pmw
> > >>> master = Tk()
> > >>> g = Pmw.Blt.Graph( master )
>
> > I
On 2009-10-21 10:50 AM, Yang Yang wrote:
Hello,
I tried to follow the following code demonstrating the use of Pmw.BLT:
>>> from Tkinter import *
>>> import Pmw
>>> master = Tk()
>>> g = Pmw.Blt.Graph( master )
I got the following error message after I typed the last line:
Traceback (most
Hello,
I tried to follow the following code demonstrating the use of Pmw.BLT:
>>> from Tkinter import *
>>> import Pmw
>>> master = Tk()
>>> g = Pmw.Blt.Graph( master )
I got the following error message after I typed the last line:
Traceback (most recent call last):
File "", line 1, in
File
I tried to follow the following code demonstrating the use of Pwm.BLT:
>>> from Tkinter import *
>>> import Pmw
>>> master = Tk()
>>> g = Pmw.Blt.Graph( master )
I got the following error message after I typed the last line:
Traceback (most recent call last):
File "", line 1, in
File "C:\Py