Re: [Boa Constr] Help with python error - TypeError: String or unicode type required
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2009-03-18 11:26:07
|
Tanay Shah wrote: > PFA the code for a dialog in wxpython and kindly help me with the above > error, i.e., TypeError: String or Unicode type required > > Another dialog with a pretty similar code works fine. Cannot figure out > the problem here. Can you show us the code. The error is pretty clear is that you are passing in something else then a string or Unicode. So it is probably an integer or None or another object. Werner |