These freeze changes give working frozen Python code on Windows.

Maarten
This commit is contained in:
Maarten Gribnau 2002-12-01 22:58:29 +00:00
parent 4950e0e74b
commit 3ee75a90d2
2 changed files with 2 additions and 2 deletions

@ -59,7 +59,7 @@ def checkextensions(unknown, extra_inis, prefix):
defaultMapName = os.path.join( os.path.split(sys.argv[0])[0], "extensions_win32.ini")
if not os.path.isfile(defaultMapName):
sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found" % mapFileName)
sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found" % defaultMapName) # MAART: mapFileName)
else:
# must go on end, so other inis can override.
extra_inis.append(defaultMapName)

@ -1 +1 @@
C:\Python-2.2.2\PCBuild\python.exe -S -O freeze.py -d -x os -x pprint -x Blender -I ../modules -o ../../../source/blender/bpython/frozen ../modules/VRMLmain.py
C:\Python-2.2.2\PCBuild\python.exe -S -O freeze.py -d -x os -x pprint -I ../modules -o ../../../source/blender/bpython/frozen ../modules/VRMLmain.py