On Thu, Dec 23, 2004 at 11:02:05AM -0500, Dot Not wrote:
> Comments = StringCol(length=1000)
>
> But I'm getting
> "Client() did not get expected keyword argument Comments"
> back from Python.
Comments = StringCol(length=1000, default=None)
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.