Python and Win95B

"Martin v. Löwis" martin at v.loewis.de
Thu Sep 28 14:28:17 EDT 2006


Ciarán Ó Duibhín schrieb:
> I've just installed Python 2.5 under Win95B, and when run it says "The
> PYTHON25.DLL file is linked to missing export
> KERNEL32.DLL.GetFileAttributesExA".
> 
> Does Python 2.5 not run under Win95?  

Apparently not. I knew this would be a problem when I wrote the code
that uses GetFileAttributes; I then forgot to fix it before the
release was made, and nobody reported that problem during the beta
tests. If you think it should be fixed, please report it to
sf.net/projects/python.

> If not, is there an earlier version of Python which does?

This specific problem shouldn't exist in Python 2.4, and I recall
that I tested some 2.4 release on Windows 95.

Regards,
Martin



More information about the Python-list mailing list