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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt
Date 2016-08-01.07:19:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470035944.76.0.896095336155.issue27632@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, clearly related (maybe even duplicate).

What surprised me is that after I copied ld_so_aix to where it was expected I still see a premature end with:

Traceback (most recent call last):
  File "/var/aixtools/python/Python/2.7.12.0/opt/lib/python2.7/compileall.py", line 16, in <module>
    import struct
  File "/var/aixtools/python/Python/2.7.12.0/opt/lib/python2.7/struct.py", line 1, in <module>
    from _struct import *
ImportError: No module named _struct

Not investigated (compileall.py and struct.py - these are the DESTDIR versions (asin "make DESTDIR=/var/aixtools/python/Python/2.7.12.0 install"

So, this would be, I think, the "new aka non-duplicate" part. If not, my apologies for the noise.
History
Date User Action Args
2016-08-01 07:19:04Michael.Feltsetrecipients: + Michael.Felt, David.Edelsohn
2016-08-01 07:19:04Michael.Feltsetmessageid: <1470035944.76.0.896095336155.issue27632@psf.upfronthosting.co.za>
2016-08-01 07:19:04Michael.Feltlinkissue27632 messages
2016-08-01 07:19:04Michael.Feltcreate