• Guido van Rossum's avatar
    Bug submitted by Wayne Knowles, who writes: · 7039f508
    Guido van Rossum yazdı
       Under Windows, python freeze.py -o hello hello.py
       creates all the correct files in the hello subdirectory, but the
       Makefile has the directory prefix in it for frozen_extensions.c
       nmake fails because it tries to locate hello/frozen_extensions.c
    
    (His fix adds a call to os.path.basename() in the appropriate place.)
    7039f508
freeze.py 15.3 KB