[New-bugs-announce] [issue1054] scriptsinstall target fails in alternate build dir

Skip Montanaro report at bugs.python.org
Wed Aug 29 03:23:22 CEST 2007


New submission from Skip Montanaro:

I tried running make scriptsinstall from my build directory.
It failed with this error message:

  error: file 'byteyears.py' does not exist

I added os.path.abspath() around the source file name in the
error message.  It's looking for byteyears.py in the current
directory.  From where I executed make it's in ../Tools/scripts.
I'm not sure it would work if executed from the top-level source
directory either.

----------
components: Build
messages: 55398
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: scriptsinstall target fails in alternate build dir
type: behavior
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1054>
__________________________________


More information about the New-bugs-announce mailing list