How to detect list versus string

j_mckitrick j_mckitrick at bigfoot.com
Mon Jun 14 11:26:31 EDT 2004


"Donn Cave" <donn at drizzle.com> wrote in message 
> It sounds like you're really calling this method with just a string, not
> a list of one string.  In which case, if you can avoid that, please do,
> put the string in a list and consider the problem solved!

Hi Donn,

It turns out that's exactly what I did.  When I know that I am sending
only one string for the combo box, I just send it as [CATEGORY] and
that solves it!  I'm still learning the 'zen' of Python.  :-)

Thanks!

jonathon



More information about the Python-list mailing list