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 Tom.Gross
Recipients Andreas.Jung, Tom.Gross, ned.deily
Date 2013-10-01.17:21:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380648095.42.0.253183782382.issue18092@psf.upfronthosting.co.za>
In-reply-to
Content
I guess you are on a 64bit os an the issue is a variant of issue1294959. Some of the components (scripts) are installed in the $PREFIX/lib folder and some are (libs) installed in the $PREFIX/lib64 folder. a workaround which worked for me (on OpenSuse 12.3 which faced the same issue) is specifying a lib directory on configure like this:

> ./configure --prefix=/opt/Python275 --libdir=/opt/Python275/lib

All components (scripts & libs) are in the $PREFIX/lib folder then.
History
Date User Action Args
2013-10-01 17:21:35Tom.Grosssetrecipients: + Tom.Gross, ned.deily, Andreas.Jung
2013-10-01 17:21:35Tom.Grosssetmessageid: <1380648095.42.0.253183782382.issue18092@psf.upfronthosting.co.za>
2013-10-01 17:21:35Tom.Grosslinkissue18092 messages
2013-10-01 17:21:35Tom.Grosscreate