Search

Search

Help

Page 7 of 11. Showing 103 results (0.011 seconds)

  1. Creating a new SimpleCmd

    is a simple example: Example import sys # You will need to have your PYTHONPATH, PATH, or modify sys.path # in such a way that this import is possible. The path should…
    QubeOct 15, 2014
  2. Basic python job submission I. Single command

    the Qube API. If the path to the qb module # is not in $PATH or $PYTHONPATH, we will attempt to find it by looking in known # locations try: import qb except ImportError…
    QubeOct 13, 2020
  3. Worker Logs

    where logfile is the path to the Supervisor log file. If the Worker qb.conf was modified, restart the Worker to establish the changes to the settings If the qbwrk.conf…
    QubeFeb 01, 2017
  4. How do I set my own shared directory for job types?

    Set the worker_template_path for the Worker to point to the directory containing the Job Types. Note, that on Windows, you must use UNC and the path separator is a forward…
    QubeOct 15, 2014
  5. _SimpleCMD_ShotgunSubmission

    Screenshot 2017-07-07 22.00.37.png Shotgun Submission Submit All: Submit all entries in OutputPaths Upload Movie: Upload movie file in addition to setting "Path to Movie…
    QubeJul 08, 2017
  6. Simple Job Type front end

    "; } Initially set the path to the API library, and load the API module. Every job contains a copy of the user's environment variables. These variables can be manipulated…
    QubeOct 15, 2014
  7. bootstrap.py

    system path sys.path.append("."); sys.path.append(".."); sys.path.append(`os.environ.get("QB_DIR")` + "/api/python") sys.path.append(`os.environ.get("QBDIR")` + "/api/python…
    Qube / … / PythonOct 15, 2014
  8. Basic dependencies

    import os, sys # The next few lines attempt to import the Qube API. If the path to the qb module # is not in $PATH or $PYTHONPATH, we will attempt to find it by looking in known…
    QubeOct 13, 2020
  9. Python job submission with Python language callback that runs an external script on the supervisor

    ) In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…
    QubeOct 13, 2020
  10. framesubmit.py

    the Python api into the search path. # This is only if you havn't installed the Qube module # in the python default search path. # import os, sys # load Qube's python module…
    Qube / … / PythonOct 15, 2014