[pywin32-bugs] [ pywin32-Bugs-1540243 ] Doesn't work well as non-admin
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-12-26 04:27:55
|
Bugs item #1540243, was opened at 2006-08-14 21:56 Message generated for change (Comment added) made by hoffmanm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1540243&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: com Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Hoffman (hoffmanm) Assigned to: Nobody/Anonymous (nobody) Summary: Doesn't work well as non-admin Initial Comment: win32com does not run very well as non-admin. It tries to write cache files to a Program Files directory (which can be changed, but only on a per-system basis in HKLM) and register classes in HKEY_CLASSES_ROOT, without failing over to HKEY_CURRENT_USER\Classes. ---------------------------------------------------------------------- >Comment By: Michael Hoffman (hoffmanm) Date: 2006-12-26 04:27 Message: Logged In: YES user_id=987664 Originator: YES Since the gencache stuff has changed, I think win32com works a lot better. Not using HKEY_CURRENT_USERS\Classes is still a problem though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1540243&group_id=78018 |