Error when trying to pass list into function.

2007-04-02 Thread erikcw
Hi, I'm getting the following error when I try to pass a list into a function. My List: crea =[(u'218124172', u'536', u'32394'), (u'218320282', u'1323', u'77931')] Traceback (most recent call last): File "wa.py", line 118, in ? curHandler.walkData() File "wa.py", line 49, in walkData

Re: Error when trying to pass list into function.

2007-04-02 Thread Stargaming
erikcw schrieb: > Hi, > > I'm getting the following error when I try to pass a list into a > function. > > My List: crea =[(u'218124172', u'536', u'32394'), (u'218320282', > u'1323', u'77931')] > > Traceback (most recent call last): > File "wa.py", line 118, in ? > curHandler.walkData() >

Re: Error when trying to pass list into function.

2007-04-02 Thread kyosohma
On Apr 2, 1:43 pm, "erikcw" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm getting the following error when I try to pass a list into a > function. > > My List: crea =[(u'218124172', u'536', u'32394'), (u'218320282', > u'1323', u'77931')] > > Traceback (most recent call last): > File "wa.py", line 118,

Re: Error when trying to pass list into function.

2007-04-02 Thread Bruno Desthuilliers
erikcw a écrit : > Hi, > > I'm getting the following error when I try to pass a list into a > function. > > My List: crea =[(u'218124172', u'536', u'32394'), (u'218320282', > u'1323', u'77931')] > > Traceback (most recent call last): > File "wa.py", line 118, in ? > curHandler.walkData() >