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 rpetrov
Recipients andybuckley, doko, nas, nascheme, rpetrov
Date 2009-02-16.19:52:35
SpamBayes Score 0.00019629872
Marked as misclassified No
Message-id <1234814004.46.0.213793012742.issue4151@psf.upfronthosting.co.za>
In-reply-to
Content
One additional commit change  srcdir = os.path.normpath(srcdir) to
srcdir = os.path.abspath(srcdir) and this should not create relative
path. In this case I expect build in directory
build/temp.<PLATFORM_VERSION>/<ABS_SRC_PATH>.

Andi, did above change work for you.
History
Date User Action Args
2009-02-16 19:53:24rpetrovsetrecipients: + rpetrov, nascheme, doko, nas, andybuckley
2009-02-16 19:53:24rpetrovsetmessageid: <1234814004.46.0.213793012742.issue4151@psf.upfronthosting.co.za>
2009-02-16 19:52:35rpetrovlinkissue4151 messages
2009-02-16 19:52:35rpetrovcreate