New submission from rioch <jon_bl...@mm.st>:

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

----------
assignee: tarek
components: Distutils
messages: 111396
nosy: rioch, tarek
priority: normal
severity: normal
status: open
title: data_files are not installed relative to sys.prefix
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9363>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to