Define installation directory for python

2008-01-11 Thread HajoEhlers
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 t

Re: pyc file usage in a multi OS environment ( newbe question)

2006-03-10 Thread HajoEhlers
Thanks for clearifing the issue. Hajo -- http://mail.python.org/mailman/listinfo/python-list

pyc file usage in a multi OS environment ( newbe question)

2006-03-10 Thread HajoEhlers
Hi folks, i have an failover environment for a python application which can fail-over to a AIX, Sun or Linux Box. At the moment the python interpreter ( 2.4.2 on all platforms ) and the application are installed localy but all data and configuration are on a shared location ( NFS/GPFS) So far no pr

Missing libpython2.4.so during build of python 2.4.2 on AIX 5.1

2006-01-06 Thread HajoEhlers
Hi folks, maybe somebody can help. I am trying to build python 2.4.2 on AIX 5.1 with gcc 3.3.2 The build option for python are: $ ./configure \ --enable-unicode \ --enable-shared \ --with-gcc \ --mandir=/usr/local/man \ --infodir=/usr/local/info After make i see a libpython2.4