This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2007-08-29.01:23:21
SpamBayes Score 0.07357312
Marked as misclassified No
Message-id <1188350602.15.0.357850795139.issue1054@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-08-29 01:23:22skip.montanarosetspambayes_score: 0.0735731 -> 0.07357312
recipients: + skip.montanaro
2007-08-29 01:23:22skip.montanarosetspambayes_score: 0.0735731 -> 0.0735731
messageid: <1188350602.15.0.357850795139.issue1054@psf.upfronthosting.co.za>
2007-08-29 01:23:22skip.montanarolinkissue1054 messages
2007-08-29 01:23:21skip.montanarocreate