Re: [Tutor] How to examine the following problem

2012-04-19 Thread lina
On Thursday 19,April,2012 03:27 PM, Alan Gauld wrote: On 19/04/12 04:11, lina wrote: I meet a problem, mainly some error waring: CmdException Exception in Tk callback Function: at 0x46fdde8> (type: ) Args: () Traceback (innermost last): File "/usr/lib/python2.7/dist-packages/Pmw/Pmw_1_3/lib/P

Re: [Tutor] How to examine the following problem

2012-04-19 Thread Alan Gauld
On 19/04/12 04:11, lina wrote: I meet a problem, mainly some error waring: CmdException Exception in Tk callback Function: at 0x46fdde8> (type: ) Args: () Traceback (innermost last): File "/usr/lib/python2.7/dist-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line This tells us the problem originates

[Tutor] How to examine the following problem

2012-04-18 Thread lina
Hi, I meet a problem, mainly some error waring: CmdException Exception in Tk callback Function: at 0x46fdde8> (type: ) Args: () Traceback (innermost last): File "/usr/lib/python2.7/dist-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line 1747, in __call__ return apply(self.func, args) File