Re: Python and Win95B
- From: "Martin v. Löwis" <martin@xxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 20:28:17 +0200
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
.
- References:
- Python and Win95B
- From: Ciarán Ó Duibhín
- Python and Win95B
- Prev by Date: Re: how do you know if open failed?
- Next by Date: Re: using the email module
- Previous by thread: Python and Win95B
- Next by thread: Re: Python and Win95B
- Index(es):
Relevant Pages
|