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

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

2006-03-10 Thread Fredrik Lundh
"HajoEhlers" wrote: > Since the .py file are plain python scripts i assume that these are > not causing any trouble but what about the .pyc file ? ( Which i could > not figure out what they are acutelly for - My knowledge about python > is more or less a drop of water within the python ocean )

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