1

我创建了自己的 wxpython 应用程序并使用 PyInstaller 编译它。我有一个包含在应用程序中的教程(只是一个记事本文件)。我的 python 代码只是打开文件(os.startfile),用户可以阅读它。但是,我想构建我自己的大多数应用程序中看到的教程/故障排除指南。我缺少这个或 wxpython 对话框的模板吗?

当我尝试用谷歌搜索时,我得到的只是 wxpython 教程本身(没有帮助)。

我希望能够拥有索引教程、搜索能力和故障排除指南。

任何帮助/方向将不胜感激!

4

1 回答 1

0

The closer widget I know in wx is the wizard dialog wx.wizard.
You have a tutorial here

It has not searching facilities, etc but probably you could add them programmatically

于 2013-01-04T19:30:19.790 回答