help with errror

Chris Rebert clp2 at rebertia.com
Thu Jun 11 20:36:52 EDT 2009


On Thu, Jun 11, 2009 at 2:33 PM, tanner barnes<tanner989 at hotmail.com> wrote:
> could some one explain this error to me and possibly how to fix it?
>
> Traceback (most recent call last):
>   File "C:\Users\brandon\workspace\tanner's workshop\tanner's
> workshop\src\WxGlade.py", line 458, in <module>
>     Edit = MyDialog2(None, -1, "")
>   File "C:\Users\brandon\workspace\tanner's workshop\tanner's
> workshop\src\WxGlade.py", line 27, in __init__
>     self.Name = wx.StaticText(self.panel_41, -1, "Name")
>   File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 8522, in SetName
>     return _core_.Window_SetName(*args, **kwargs)
> TypeError: String or Unicode type required

Might I suggest you inquire on the WxPython mailinglist:
http://www.wxpython.org/maillist.php

Cheers,
Chris
-- 
http://blog.rebertia.com



More information about the Python-list mailing list