Dzi*_*inX 4 python wxpython windows-98
我正在尝试编写一个应该在Windows 98和XP上运行的应用程序.我决定使用Python,但我在Win'98上安装它时遇到了麻烦(Python 2.7安装程序说明了Windows Installer缺少的功能,但AFAIK 2.0是与98版兼容的最新Windows Installer版本).
我很确定我们在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/
| 归档时间: |
|
| 查看次数: |
2601 次 |
| 最近记录: |