Re: [Tutor] Pmw BLT help

2007-03-25 Thread Alan Gauld
"Chris Smith" <[EMAIL PROTECTED]> wrote >>>I'm trying to learn how to use Pmw.BLT > I know I've installed Pmw ok since all I do for installation is > unpack > it and put in into the site-packages folder in the python > installation. I admire your optimism! :-) Have you actually proved it by ge

Re: [Tutor] Pmw BLT help

2007-03-25 Thread Chris Smith
Alan Gauld wrote: > "Chris Smith" <[EMAIL PROTECTED]> wrote > > >>I'm trying to learn how to use Pmw.BLT > > >>line 16, in __init__ >>self.vector_x = Pmw.Blt.Vector() >> File "C:\Python24\lib\site-packages\Pmw\Pmw_1_2\lib\PmwBlt.py", >>line >>99, in __init__ >>self.tk.call(_vectorComm

Re: [Tutor] Pmw BLT help

2007-03-25 Thread Alan Gauld
"Chris Smith" <[EMAIL PROTECTED]> wrote > I'm trying to learn how to use Pmw.BLT > line 16, in __init__ > self.vector_x = Pmw.Blt.Vector() > File "C:\Python24\lib\site-packages\Pmw\Pmw_1_2\lib\PmwBlt.py", > line > 99, in __init__ > self.tk.call(_vectorCommand, 'create', self._name) >

[Tutor] Pmw BLT help

2007-03-24 Thread Chris Smith
I'm trying to learn how to use Pmw.BLT to have plotting in some GUIs I would like to create. I have a book with some examples but when I run the code I get this error message which seems to be related to the packages I installed and not my code: Traceback (most recent call last): File "C:\Do