Bugs item #3559330, was opened at 2012-08-18 19:16
Message generated for change (Comment added) made by pgawlowski
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3559330&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: installation
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Phillip Gawlowski (pgawlowski)
Assigned to: Nobody/Anonymous (nobody)
Summary: postinstall script will not execute properly as non-admin
Initial Comment:
The postinstall script produces the following output for a user without administration rights:
c:\Coding\Python\2.7\Scripts>pywin32_postinstall.py -install
pywin32_postinstall.py: A post-install script for the pywin32 extensions.
This should be run automatically after installation, but if it fails you
can run it again with a '-install' parameter, to ensure the environment
is setup correctly.
Additional Options:
-wait pid : Wait for the specified process to terminate before starting.
-silent : Don't display the "Abort/Retry/Ignore" dialog for files in use.
-quiet : Don't display progress messages.
Platform: Windows 8 64 bit CP
Python: 2.7 32bit
When the testall script is executed from a console launched as administrator, the tests run (I didn't finish the test run, as I wanted to know if the install completed at all).
The expected behaviour is that the postinstall script adds all necessary settings to the currently logged in user rather than failing with a non-error.
----------------------------------------------------------------------
>Comment By: Phillip Gawlowski (pgawlowski)
Date: 2012-08-19 15:58
Message:
PEBKAC: Python 2.6 was hogging the .py extensions, not Python 2.7 as
assumed.
My apologies for the noise.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3559330&group_id=78018
|