[issue13493] using python embed on AIX 6.1,Modules import error!

2011-11-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: It may be related to issue941346. Can you try with a newer version of Python? 2.5 is not maintained anymore. -- nosy: +amaury.forgeotdarc ___ Python tracker __

[issue13493] using python embed on AIX 6.1,Modules import error!

2011-11-28 Thread python_hu
New submission from python_hu : Using python api embed on AIX 6.1,Modules import error,need help! I have compile Python2.5.5 on Aix 6.1 using condigure: ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" --disable-ipv6 AR="ar -X64" when i run Python,and import math module,it works