This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michaelurman
Recipients jkleckner, michaelurman
Date 2008-03-08.04:54:32
SpamBayes Score 0.08251756
Marked as misclassified No
Message-id <1204952073.91.0.338141533905.issue2256@psf.upfronthosting.co.za>
In-reply-to
Content
The failure is signaled by the return code from the call to compileall.py:
MSI (s) (FC:D0) [16:38:27:394]: Note: 1: 1722 2: CompilePyc 3:
C:\Python26\python.exe 4: -Wi "C:\Python26\Lib\compileall.py" -f -x
bad_coding|badsyntax|site-packages "C:\Python26\Lib" 

The install succeeds anyway because this is after InstallFinalize. That
makes this a wart that will likely fail similarly on Vista under UAC (if
not already handled by being conditioned out). This should probably be a
scheduled between InstallFiles and InstallFinalize with
inscript+noimpersonate.
History
Date User Action Args
2008-03-08 04:54:34michaelurmansetspambayes_score: 0.0825176 -> 0.08251756
recipients: + michaelurman, jkleckner
2008-03-08 04:54:33michaelurmansetspambayes_score: 0.0825176 -> 0.0825176
messageid: <1204952073.91.0.338141533905.issue2256@psf.upfronthosting.co.za>
2008-03-08 04:54:32michaelurmanlinkissue2256 messages
2008-03-08 04:54:32michaelurmancreate