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 akitada
Recipients akitada, belopolsky, christian.heimes, ivazquez, jafo
Date 2009-02-28.17:32:01
SpamBayes Score 1.3659817e-05
Marked as misclassified No
Message-id <1235842322.9.0.490158234678.issue1294959@psf.upfronthosting.co.za>
In-reply-to
Content
3rd party C modules are put in site-packages,
so just having importer of 64-bit python look at lib64-dynload is not
enough for solving this.

To work around this problem, I did some hacks on my local Python to look
at lib and lib64. It worked, but just as belopolsky said, this is
wasteful and ugly.
History
Date User Action Args
2009-02-28 17:32:03akitadasetrecipients: + akitada, jafo, belopolsky, christian.heimes, ivazquez
2009-02-28 17:32:02akitadasetmessageid: <1235842322.9.0.490158234678.issue1294959@psf.upfronthosting.co.za>
2009-02-28 17:32:01akitadalinkissue1294959 messages
2009-02-28 17:32:01akitadacreate