Python和wxPython是否在Windows 98上运行?

Dzi*_*inX 4 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++和其他低级语言是不可能的 - 这是一个简单的应用程序,其主要工作是显示窗口和对话框).

Joh*_*ooy 6

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

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

我认为win98支持可能已经下降了2.6

wxPython下载页面说明了这一点

微软Windows

wxPython的Win32版本作为一组标准的自安装可执行文件分发.这使您可以像使用任何其他Windows软件一样方便地使用"开始"菜单和"添加/删除程序".

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.

它们仍然是Python2.5的发布安装程序


小智 6

是的,Python 在 2.5.4 版本中放弃了对 Win9x/NT 的支持。

但是有替代版本:http : //www.msfn.org/board/topic/162317-python-27-for-windows-95/