Re: Python and Win95B



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
.



Relevant Pages

  • Re: Reversing a string
    ... I think all you are missing is familarity with Python, ... Python has a modest amount of such "punctuation ... There's also slicing ...
    (comp.lang.python)
  • Re: Why python doesnt use syntax like function(,,x) for default parameters?
    ... I badly need this feature in embedded python app (for ... compatibility with other language that uses such syntax) and might ... I think you would find it hard to implement exactly that in Python. ... a_func(missing, missing, 3) ...
    (comp.lang.python)
  • Re: Rif: Re: How To Do It Faster?!?
    ... I'm running Python 2.3.4. ... you are missing that this is more unix-like. ... certain degree on windows - but as the user-model between unix and windows ...
    (comp.lang.python)
  • Distribute 0.6.2 released
    ... Alex Grönholm and the ones I am missing, ... Setuptools bugs, while we are actively ... Added Python 3 support. ... * Fixed script launcher for 64-bit Windows. ...
    (comp.lang.python.announce)
  • Re: math module for Decimals
    ... I know it's easy to complain about lack of ... Python is very cool ... I just thought maybe I was missing something. ... to write a decimal math module speaks for how desired and how ...
    (comp.lang.python)