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.
Created on 2005年12月16日 16:59 by jpe, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg27091 - (view) | Author: John Ehresman (jpe) * | Date: 2005年12月16日 16:59 | |
The --install-base options isn't honored on win32 because code in install.finalize_others() in install.py overwrites the value with either self.home, self.prefix, or sys.prefix. I was trying to use --install-base because --prefix won't accept an absolute path on win32. Does anyone know the rationale for rejecting absolute paths on win32? |
|||
| msg27092 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2005年12月16日 21:47 | |
Logged In: YES user_id=1188172 Martin, I think you are the Windows-install-guru... |
|||
| msg227773 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年09月28日 19:10 | |
I'd try to reproduce this but with so little data to go on I don't understand how. Can somebody fill the gaps? |
|||
| msg348998 - (view) | Author: Joannah Nanjekye (nanjekyejoannah) * (Python committer) | Date: 2019年08月04日 19:27 | |
Similar to issue21710 |
|||
| msg386276 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2021年02月03日 18:10 | |
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:14 | admin | set | github: 42703 |
| 2021年02月03日 18:10:31 | steve.dower | set | status: open -> closed nosy: + steve.dower messages: + msg386276 resolution: out of date stage: resolved |
| 2019年08月04日 19:27:26 | nanjekyejoannah | set | nosy:
+ nanjekyejoannah messages: + msg348998 |
| 2019年04月26日 20:36:01 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014年09月28日 19:10:42 | BreamoreBoy | set | versions:
+ Python 3.4, Python 3.5, - 3rd party, Python 3.1, Python 3.2 nosy: + dstufft, BreamoreBoy messages: + msg227773 components: + Windows, - Distutils2 |
| 2010年09月30日 00:30:06 | eric.araujo | set | versions: + 3rd party |
| 2010年08月21日 17:36:19 | eric.araujo | set | nosy:
+ eric.araujo components: + Distutils2 versions: + Python 3.2, - Python 2.6, Python 3.0 |
| 2009年02月10日 16:50:04 | akitada | set | nosy:
+ tarek type: behavior versions: + Python 2.6, Python 3.0, Python 3.1, Python 2.7, - Python 2.4 |
| 2007年09月15日 22:31:03 | loewis | unlink | issue1165 dependencies |
| 2007年09月15日 15:30:55 | esr | link | issue1165 dependencies |
| 2005年12月16日 16:59:53 | jpe | create | |