From: Kevin Sallee <kevinsallee@(email surpressed)>
Subject: Newbie submit script not working
   Date: Mon, 24 Oct 2011 17:24:29 -0400
Msg# 2132
View Complete Thread (1 article) | All Threads
Last Next
Hello, I am a R&D engineer at Cluster studio and I am trying to write a submit script for rush inspired by the one i found in the reference manual.
my submit looks like this:
submit.write('title    SHOW/SHOT\n' +
             'ram      250\n' +
             'frames   1-1\n' +
             'logdir   %s\n' % logdir +
             'command  os.system(\"maya\") \n'+
             'cpus     +any=5@1\n')
of course my command won't be that one at the end, i need to execute a command maya -batch AbcExport (alembic plugin).

The problem is when i do that i get this message from the log:
os.system("maya"): No such file or directory

I'm probably doing something very stupid, so i'm pretty sure the answer will be quite simple, but any help is very welcome

thank you and sorry for the newbie question

Kevin
R&D engineer at Cluster Studio

Last Next