gpt4 book ai didi

python - 需要字符串或 Unicode 类型,wxPython StaticText

转载 作者:太空宇宙 更新时间:2023-11-03 19:32:24 27 4
gpt4 key购买 nike

我正在尝试制作一个 wxPython 静态文本小部件。由于某种原因,我不断收到以下错误。

片段:

self.Label = wx.StaticText(self, pos=(sw/2.0 - w/2.0, sh/2.0 - h/2.0), label='hello')

错误:

", line 238, in make_label
self.Label = wx.StaticText(self, pos=(sw/2.0 - w/2.0, sh/2.0 - h/2.0), label='hello')
File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 8500, in SetLabel
return _core_.Window_SetLabel(*args, **kwargs)
TypeError: String or Unicode type required

最佳答案

Label 是 wx.Frame 的一个属性,不允许尝试将除字符串以外的任何内容分配给它。
供引用:http://www.wxpython.org/docs/api/wx.Window-class.html#SetLabel (wx.Frame是wx.Window的子类)

关于python - 需要字符串或 Unicode 类型,wxPython StaticText,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5125377/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com