submit job...
I try to submit a network job from windows... I have to set the environent variable DRQUEUE_MONGODB... I used the IP from the server and get a connection fail:
pymongo.errors.ConnectionFailure: [Errno 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
I think this is normal. Because not username/password will be used?!?
EDIT: i see that also no username/password used by master... Hm...
With https://github.com/jedie/DrQueueHelperFiles/commit/87b23d3768a654ef6280dc905ff3b90d0761b5a1 i started a python tkinter GUI app....
submit doesn't work currently, i don't know why. Output:
Call drqueue with:
-------------------------------------------------------------------------------
['drqueue', '-v', '--no-ssh', 'job add', '--name=test', '--startframe=1', '--endframe=100', '--blocksize=1', '--renderer=3dsmax', '--scenefile=/home/jens/DrQueue_env/test.max']
-------------------------------------------------------------------------------
drqueue -v --no-ssh job add --name=test --startframe=1 --endframe=100 --blocksize=1 --renderer=3dsmax --scenefile=/home/jens/DrQueue_env/test.max
-------------------------------------------------------------------------------
Error calling drqueue cli:
----------------------------------
usage: drqueue [-h] [-v] [--no-ssh]
{job,task,computer,security,master,slave} ...
drqueue: error: too few arguments
----------------------------------
Any idea?
btw. if you will to include tkinter stuff in DrQueueIPython, i will create a pull request...
Your command works on my system without that 'too few arguments' error. This is my shell environment:
DRQUEUE_MASTER=127.0.0.1
DRQUEUE_ROOT=/usr/local/drqueue
DRQUEUE_MONGODB=127.0.0.1