Issue9363
Created on 2010-07-23 23:01 by rioch, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg111396 - (view) | Author: (rioch) | Date: 2010-07-23 23:01 | |
In the disutils documentation for data_files, it states: "If directory is a relative path, it is interpreted relative to the installation prefix (Python’s sys.prefix for pure-Python packages, sys.exec_prefix for packages that contain extension modules)." However, on my system, sys.prefix outputs as '/usr' but the files are installed to '/usr/local'. OS: Linux Mint 9 Python: 2.6.5 |
|||
| msg138328 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-06-14 15:23 | |
Thanks for the report. Do you have a script or test to reproduce the bug? Otherwise I’ll try to write one. |
|||
| msg266578 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2016-05-28 23:56 | |
Issue 25592 is a duplicate of this and but it has a patch that almost ready to commit so I'm closing this one. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:04 | admin | set | github: 53609 |
| 2016-05-28 23:56:58 | berker.peksag | set | status: open -> closed superseder: distutils docs: data_files always uses sys.prefix nosy:
+ berker.peksag |
| 2011-06-14 15:23:33 | eric.araujo | set | versions:
+ Python 2.7, Python 3.2, Python 3.3, - Python 2.6 nosy: + eric.araujo messages: + msg138328 assignee: tarek -> eric.araujo |
| 2010-07-23 23:01:24 | rioch | create | |
