Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Windows 7/8 上使用 pygtk?我可以使用 pygtk 为 Windows 应用程序编写 GUI 吗?有linux os的教程,但没有windows的教程,如果有人可以分享会很高兴。
从PyGTK 网站:
PyGTK 应用程序是真正的多平台,它们能够在 Linux、Windows、MacOS X 和其他平台上运行,无需修改。
您提到的 Linux 教程中提供的所有代码和示例也应该在 Windows 7/8 上运行(假设您已安装 GTK 库 - 您可以从此处获得适用于 Windows 的一体化捆绑包)。