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 bkabrda
Recipients bkabrda, ned.deily
Date 2013-04-10.08:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365584347.22.0.592916935944.issue17679@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch that I'm currently using to solve this. It works, but it's a bit aggressive - in the sense that it only adds a string to the sysconfig variable iff this string is not a substring of current variable value. So it may corrupt some values, e.g. it wouldn't add "python" to variable if that variable already had "/usr/lib/python". But it seems to get all the values just fine for me.
History
Date User Action Args
2013-04-10 08:59:07bkabrdasetrecipients: + bkabrda, ned.deily
2013-04-10 08:59:07bkabrdasetmessageid: <1365584347.22.0.592916935944.issue17679@psf.upfronthosting.co.za>
2013-04-10 08:59:07bkabrdalinkissue17679 messages
2013-04-10 08:59:06bkabrdacreate