From f9c1772ef5933bf2503eb24d2f4c1d291999c9ed Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 13 Nov 2010 16:01:36 +0000 Subject: [PATCH] Some debug info (I promise I'll revert it in just a few minutes) --- direct/src/p3d/DeploymentTools.py | 1 - direct/src/p3d/Packager.py | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/direct/src/p3d/DeploymentTools.py b/direct/src/p3d/DeploymentTools.py index 6f3ebfcbb0..bccd9fc5d7 100644 --- a/direct/src/p3d/DeploymentTools.py +++ b/direct/src/p3d/DeploymentTools.py @@ -271,7 +271,6 @@ class Installer: if not archive.exists(): continue - print archive mf = Multifile() # Make sure that it isn't mounted before altering it, just to be safe vfs.unmount(archive) diff --git a/direct/src/p3d/Packager.py b/direct/src/p3d/Packager.py index d80f4573dc..11115fed98 100644 --- a/direct/src/p3d/Packager.py +++ b/direct/src/p3d/Packager.py @@ -895,15 +895,18 @@ class Packager: command = 'mt -inputresource:"%s";#%d -out:"%s" > nul' % ( file.filename.toOsSpecific(), resindex, tempFile.toOsSpecific()) + print command try: out = os.system(command) except: + print "failed" pass afilenames = None if tempFile.exists(): afilenames = self.__parseManifest(tempFile) - tempFile.unlink() + print tempFile + #tempFile.unlink() # Also check for an explicit private-assembly # manifest file on disk.