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 tarek
Recipients christian.heimes, tarek
Date 2008-09-28.13:36:03
SpamBayes Score 5.3372486e-07
Marked as misclassified No
Message-id <1222608966.91.0.641499788741.issue3984@psf.upfronthosting.co.za>
In-reply-to
Content
Ok thanks, I could make it work by removing the call to 

distutils.util.get_platform() in site.addbuilddir()

and harcode the name of my platform there,

Maybe a solution would be to :

* move get_platform out of distutils.util
* move sysconfig out of distutils as well

and to create a sysconfig module at the root of Lib/ that doesn't 
depend on any other module besides os and sys.
History
Date User Action Args
2008-09-28 13:36:07tareksetrecipients: + tarek, christian.heimes
2008-09-28 13:36:06tareksetmessageid: <1222608966.91.0.641499788741.issue3984@psf.upfronthosting.co.za>
2008-09-28 13:36:04tareklinkissue3984 messages
2008-09-28 13:36:03tarekcreate