[issue22262] Python External Libraries are stored in directory above where source code is located.

sbspider report at bugs.python.org
Sun Aug 24 03:46:06 CEST 2014


New submission from sbspider:

When trying to compile cpython, it puts dependencies like tkinter in the directory above the hg directory. Since I have a highly defined directory structure, this can become quite annoying. Therefore, I would like to propose having the build system download the files into the same root directory as where the code is, but in a folder that will be ignored for source control.

----------
components: Build
messages: 225785
nosy: sbspider
priority: normal
severity: normal
status: open
title: Python External Libraries are stored in directory above where source code is located.
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22262>
_______________________________________


More information about the Python-bugs-list mailing list