Issue 8871: --user-access-control=auto has no effect (original) (raw)
Issue8871
Created on 2010-06-01 19:22 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | ||
|---|---|---|
| msg106853 - (view) | Author: anatoly techtonik (techtonik) | Date: 2010-06-01 19:22 |
| Seems like `--user-access-control=auto` option [1] introduced in Python 2.6 for to bdist_wininst has no effect on Vista. Test. 1. Get a Vista. 2. `hg clone http://bitbucket.org/techtonik/python-wget/` 3. Add {{{ scripts=['wget.py'], }}} to setup.py 4. `python setup.py bdist_wininst --user-access-control=auto` 5. Execute wget-0.6.win32.exe 6. Watch the error {{{ Access is denied. CreateFile (C:\Python27\Scripts\wget.py) }}} 7. Python is always installed for "All users" on Vista [1] http://docs.python.org/distutils/builtdist.html#vista-user-access-control-uac | ||
| msg107151 - (view) | Author: anatoly techtonik (techtonik) | Date: 2010-06-05 16:58 |
| Can't repeat right now. Please close with as a superseder if nothing happens in the next two weeks. |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:01 | admin | set | github: 53117 |
| 2011-01-09 17:16:18 | techtonik | set | nosy:techtonik, tarekresolution: not a bug -> out of date |
| 2011-01-09 17:16:04 | techtonik | set | status: open -> closednosy:techtonik, tarekresolution: not a bug |
| 2010-06-05 16:58:22 | techtonik | set | messages: + |
| 2010-06-01 19:22:08 | techtonik | create |