Python and Win95B

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ciarán Ó Duibhín

    #1

    Python and Win95B

    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.Ge tFileAttributes ExA".

    Does Python 2.5 not run under Win95? If not, is there an earlier version of
    Python which does?

    Thanks,
    Ciarán Ó Duibhín.



  • Martin v. Löwis

    #2
    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.Ge tFileAttributes ExA".
    >
    Does Python 2.5 not run under Win95?
    Apparently not. I knew this would be a problem when I wrote the code
    that uses GetFileAttribut es; 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

    Comment

    • Ciarán Ó Duibhín

      #3
      Re: Python and Win95B

      Thanks. Python 2.4.3 is fine.
      Ciarán.

      ----- Original Message -----
      From: "Martin v. Löwis" <martin@v.loewi s.de>
      Newsgroups: comp.lang.pytho n
      To: "Ciarán Ó Duibhín" <ciaran@oduibhi n.freeserve.co. uk>
      Sent: Thursday, September 28, 2006 7:28 PM
      Subject: 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.Ge tFileAttributes ExA".

      Does Python 2.5 not run under Win95?
      >
      Apparently not. I knew this would be a problem when I wrote the code
      that uses GetFileAttribut es; 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
      >

      Comment

      Working...