Re: error when using Pmw.BLT

2009-10-21 Thread Robert Kern
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

Re: error when using Pmw.BLT

2009-10-21 Thread Yang
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

Re: error when using Pmw.BLT

2009-10-21 Thread Robert Kern
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

error when using Pmw.BLT

2009-10-21 Thread Yang Yang
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

error when using Pmw.BLT

2009-10-21 Thread Yang
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