Task: build and install python 2.5.1 on AIX 5.3 to /opt/python2.5 with the subdirectories: ./lib ./bin ./include ./man ./info
a.s.o The ./bin ./man are created fine but for ./lib & ./include the structure is /opt/python2.5/lib/python2.5 /opt/python2.5/include/python2.5 where i would like to have only /opt/python2.5/lib and /opt/ python2.5/include Looking at the make install output i see that setup.py is using a option called --install-platlib but how do i set this option during configure ? Or do i have to patch the setup.py ? Any hints tia Hajo -- http://mail.python.org/mailman/listinfo/python-list