Staging
v0.8.1
Revision 7039f50828473a030123d2bc2990532bcac9b5d9 authored by Guido van Rossum on 12 March 1999, 22:07:05 UTC, committed by Guido van Rossum on 12 March 1999, 22:07:05 UTC
   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.)
1 parent bf5a6d2
History
File Mode Size
iso
oasis
catalog -rw-r--r-- 260 bytes
python.dtd -rw-r--r-- 1.4 KB
version.ent -rw-r--r-- 81 bytes

back to top