Whither python24.dll? {WinCvs 2.0 and Python}

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Warren Postma

    #1

    Whither python24.dll? {WinCvs 2.0 and Python}

    It seems that WinCvs needs a python??.dll runtime but that when I
    install Python2.4 it doesn't include this dll.

    Python 2.3 does.

    What's the recommendation here?

    Warren
  • Martin v. Löwis

    #2
    Re: Whither python24.dll? {WinCvs 2.0 and Python}

    Warren Postma wrote:[color=blue]
    > It seems that WinCvs needs a python??.dll runtime but that when I
    > install Python2.4 it doesn't include this dll.[/color]

    Where do you get this impression? python-2.4.msi most certainly
    includes python24.dll.
    [color=blue]
    > Python 2.3 does.
    >
    > What's the recommendation here?[/color]

    Change the WinCVS source code to actually look for python24.dll,
    instead of just looking for python21.dll, python22.dll, and
    python23.dll.

    Regards,
    Martin

    Comment

    Working...