64 bit python on AIX -- dynload_aix problem

Martin v. Löwis martin at v.loewis.de
Fri Jun 6 12:21:00 EDT 2003


"E. McKay Hyde" <hyde at math.umn.edu> writes:

> Does anyone have any suggestions?

As I said before: Just say no to dynamic loading, and link all
extensions statically, through Modules/Setup.

Alternatively, try Python 2.3; this supposedly has been fixed in
dynload_aix.c:2.13 (http://python.org/sf/639945). It also has been
backported to 2.2.3.

Regards,
Martin




More information about the Python-list mailing list