python - Python 和 wxPython 可以在 Windows 98 上运行吗?

标签 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++ 和其他低级语言是毫无疑问的——这是一个简单的应用程序,其主要工作是显示窗口和对话框)。

最佳答案

我很确定我们在 98 年的时候使用过 Python2.4 和 wxPython。

我没有 win98 机器来测试它,但看起来至少是 Python2.5.4二进制文件可用于 win98

我认为win98支持可能是dropped对于 2.6

wxPython 下载页面是这样说的

Microsoft Windows

The Win32 version of wxPython is distributed as a set of standard self-installing executables. This allows you the convenience of using the Start Menu and Add/Remove Programs just like any other Windows software.

There are two versions of wxPython for each of the supported Python versions on Win32. They are nearly identical, except one of them has been compiled with support for the Unicode version of the platform APIs. Unless you've been told differently, you probably want to get the Unicode build of wxPython. Although they are not nativly Unicode like NT-based systems, the Unicode build of wxPython will also mostly work on Windows 98/Me systems using a Microsoft hack called MSLU (or unicows.dll) that translates unicode API calls to ansi API calls. However the coverage of the API is not complete so there are some difficult bugs lurking in there, so the best thing to do is to upgrade your machines if possible, otherwise Windows 98/Me users may want to try the ANSI build instead.

他们还在发布installers for Python2.5

关于python - Python 和 wxPython 可以在 Windows 98 上运行吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3414172/

相关文章:

python - wxPython 在 ubuntu 上运行不正常

visual-studio - Visual Studio 2008是否支持Windows 98?

windows - 我如何定位 Windows 98?

python - OpenCV:将不规则形状轮廓内部设置为颜色

El Capitan 下的 Python "app transport security"错误

python - wx.App 的目的是仅显示一个框架就足够了

licensing - 使 16 位代码在 WinXP 或 Vista 中工作(或者如何找到 Win98 零售许可证?)

python - Python HTTP始终使用套接字301

python - Numpy - 数组如何 reshape 它

python - wxPython:刷新和更新组合框