[issue9363] data_files are not installed relative to sys.prefix

2016-05-28 Thread Berker Peksag
Berker Peksag added the comment: Issue 25592 is a duplicate of this and but it has a patch that almost ready to commit so I'm closing this one. -- nosy: +berker.peksag resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> distutils docs: data_fi

[issue9363] data_files are not installed relative to sys.prefix

2011-06-14 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. Do you have a script or test to reproduce the bug? Otherwise I’ll try to write one. -- assignee: tarek -> eric.araujo nosy: +eric.araujo stage: -> test needed versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6 ___

[issue9363] data_files are not installed relative to sys.prefix

2010-07-23 Thread rioch
New submission from rioch : 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,