Thanks for clearifing the issue.
Hajo
--
http://mail.python.org/mailman/listinfo/python-list
"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 )
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