How to solve "TypeError: list indices must be integers".

2008-01-21 Thread
This is more details about my problem, which I running my py script for my project. Programming in pythoncard that we can develop a GUI based application easily. I was assigned dialog.colorDialog(self) return value to a result object, but I suspect that result.color is the attribute of the result

Re: How to solve "TypeError: list indices must be integers".

2008-01-21 Thread
On 1月22日, 上午3時05分, John Machin <[EMAIL PROTECTED]> wrote: > On Jan 22, 3:15 am, "顏灝" <[EMAIL PROTECTED]> wrote: > > > This is more details about my problem, which I running my py script > > for my project. Programming in pythoncard that we can develop a G

Re: How to solve "TypeError: list indices must be integers".

2008-01-21 Thread
On 1月22日, 上午1時56分, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Mon, 21 Jan 2008 08:15:02 -0800 (PST), "ÃCø¯" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > > I was assigned dialog.colorDialog(self) return value to a result > > object, but I suspect that result.color is