Python 和 wxPython 可以在 Windows 98 上运行吗?
我正在尝试编写一个可以在 Windows 98 和 XP 上运行的应用程序。我决定使用 Python,但即使在 Win'98 上安装它也遇到了麻烦(Python 2.7 安装程序说 Windows Installer 缺少功能,但 AFAIK 2.0 是与 '98 兼容的最新 Windows Installer 版本)。
- 有人有一个使用 Python 和 wxPython 的 Windows 98 工作环境吗?你是如何让它发挥作用的?我不需要 Python 2.7,但 2.4 或 2.5 就更好了。
- 如果没有,您建议使用哪种其他高级语言来积极维护、可以显示 Windows 小部件并与 Windows 98 一起使用? (asm/C/C++ 和其他低级语言是毫无疑问的——这是一个简单的应用程序,其主要工作是显示窗口和对话框)。
I'm trying to write an application that should work both on Windows 98 and XP. I decided to go with Python, but I'm having trouble even installing it on Win'98 (Python 2.7 installer says something about missing features of Windows Installer, but AFAIK 2.0 is the latest Windows Installer version compatible with '98).
- Does anyone have a working Windows 98 environment with Python and wxPython? How did you make it work? I don't need Python 2.7, but a 2.4 or 2.5 would be nice.
- If not, what other high-level language would you suggest that is actively maintained, can display Windows widgets and works with Windows 98? (asm/C/C++ and other low-level languages are out of question -- this is a simple application whose main job is to display windows and dialogs).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我很确定我们在 98 年就使用过 Python2.4 和 wxPython。
我没有 win98 机器来测试它,但看起来至少是 Python2 .5.4 二进制文件可用于 win98
我认为 win98 支持可能是 dropped for 2.6
wxPython 下载页面这样说
并且他们仍在发布Python2.5的安装程序< /a>
I'm pretty sure we used Python2.4 and wxPython on '98 way back when.
I don't have a win98 machine to test it on, but it looks like at least Python2.5.4 binaries are available for win98
I think win98 support may have been dropped for 2.6
wxPython download page says this
and they are still release installers for Python2.5
是的,Python 在 2.5.4 版本中放弃了对 Win9x/NT 的支持。
但是,还有替代版本: http://www. msfn.org/board/topic/162317-python-27-for-windows-95/
Yes, Python droped Win9x/NT support at version 2.5.4.
However there are alternates builds: http://www.msfn.org/board/topic/162317-python-27-for-windows-95/