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 ronaldoussoren
Recipients ronaldoussoren, tarek
Date 2010-04-30.11:27:56
SpamBayes Score 0.026433056
Marked as misclassified No
Message-id <1272626878.58.0.520488234615.issue8577@psf.upfronthosting.co.za>
In-reply-to
Content
get_config_var('srcdir') should work, with should then be combined with the path to the Makefile, something like:

os.path.join(
   os.path.dirname(os.path.abspath(
      _get_makefile_filename(), get_config_var('srcdir')))

The path.join is necessary because srcdir is most likely a relative path (in my example the value is 'srcdir')
History
Date User Action Args
2010-04-30 11:27:58ronaldoussorensetrecipients: + ronaldoussoren, tarek
2010-04-30 11:27:58ronaldoussorensetmessageid: <1272626878.58.0.520488234615.issue8577@psf.upfronthosting.co.za>
2010-04-30 11:27:56ronaldoussorenlinkissue8577 messages
2010-04-30 11:27:56ronaldoussorencreate