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 keldonin
Recipients keldonin
Date 2008-11-24.11:15:11
SpamBayes Score 0.00047884404
Marked as misclassified No
Message-id <1227525313.94.0.0083340385005.issue4407@psf.upfronthosting.co.za>
In-reply-to
Content
This error happens when opting in for compiling the scripts at
installation. (please note also that I did not selected "register
extension", but I don't think this has an impact).

Here is the text from event viewer:

Product: Python 3.0rc3 -- Error 1722. There is a problem with this
Windows Installer package. A program run as part of the setup did not
finish as expected. Contact your support personnel or package vendor. 
Action CompilePyc, location: L:\Python30\python.exe, command: -Wi
"L:\Python30\Lib\compileall.py" -f -x
bad_coding|badsyntax|site-packages|py2_ "L:\Python30\Lib" 

Running the command manually indeed crashes, because of pipe symbol
being interpretted at shell level, not Python.

Please find attached a patch on Tools\msi\msi.py that addresses the
problem (untested, I don't have VStudio )
History
Date User Action Args
2008-11-24 11:15:14keldoninsetrecipients: + keldonin
2008-11-24 11:15:13keldoninsetmessageid: <1227525313.94.0.0083340385005.issue4407@psf.upfronthosting.co.za>
2008-11-24 11:15:13keldoninlinkissue4407 messages
2008-11-24 11:15:12keldonincreate