Python消息框仅显示我的标题的第一个字母和我的消息

时间:2016-07-11 08:56:06

标签: python messagebox rhino rhino3d

我在Python中有一个简单的脚本,我在Rhino3D中运行。 它显示如下消息框:

import ctypes  # An included library with Python install.
ctypes.windll.user32.MessageBoxA(0, "Your text", "Test", 1)

此外,它仅显示我的每个文本(标题和内容)的第一个字母。 我该如何解决?是什么原因 ?问题来自Rhino3D吗?

Python Message Box

0 个答案:

没有答案