On 15 Jul 2005 07:10:10 -0700,
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Oops, yeah I should have mentioned some of that. It's a Linux
> environment, and it's running Python 2.2. To my knowledge, the batch
> files my program calls run a few processes on some data and generate a
> few temporary files. I believe those files are not correctly being
> generated. There is an error message in one of the scripts that says
> could not find xxx.xxx, which is a temp file it creates. The batch
> files are all executed with tcsh.

Again, just a guess, but one of (the many) reasons not to use tcsh is
that it has some very strange (to me, anyway) rules about which startup
files (e.g., .login) to run when.  Perhaps one of your such files is
being executed in one case and not the other, and is doing something
relevant to an environment variable or umask.

Regards,
Dan

-- 
Dan Sommers
<http://www.tombstonezero.net/dan/>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to