• Thomas Heller's avatar
    Running a bdist_wininst installer, built with Python 2.3, installing · 2ee5bae0
    Thomas Heller yazdı
    for Python 2.4 caused a segfault when post_install_script was used.
    
    The reason was that the file handle passed to PyRun_SimpleFile() was
    created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL.
    
    So, I replaced PyRun_SimpleFile() with PyRun_SimpleString().  The
    segfault is gone, but the output of the postinstall script doesn't
    show up, because still freopen() from MSVCRT is used.
    2ee5bae0
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
PythonPowered.bmp Loading commit data...
README.txt Loading commit data...
archive.h Loading commit data...
extract.c Loading commit data...
install.c Loading commit data...
install.rc Loading commit data...
resource.h Loading commit data...
wininst-7.1.sln Loading commit data...
wininst-7.1.vcproj Loading commit data...
wininst.dsp Loading commit data...
wininst.dsw Loading commit data...