Search

Search

Help

Page 8 of 10. Showing 97 results (0.011 seconds)

  1. Common Errors & Warnings

    incorrect licensing Error: (Mayatomr) : could not get a license Python & Perl Below are some examples of Warnings/Errors based around python and perl Perl Below are some…
    QubeFeb 01, 2017
  2. submit-p-agenda-job.py

    #!/usr/bin/python import os, sys if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR']); elif os.uname()[0] == 'Darwin': sys.path.append…
    Qube / … / PythonOct 15, 2014
  3. Cross-Platform Rendering

    location(s) for that application. When submitting, you use the key for the executable field & let the appFinder do the rest. AppFinder jobs require Python 2.x be installed…
    QubeFeb 01, 2017
  4. workerLock.py

    #!/usr/bin/env python """ This script will lock the worker and then loop forever until it's killed. When killed with the SIGTERM signal, it will unlock the worker. It is meant…
  5. test_submit.py

    #!/bin/env python ''' A 'Hello World' qube jobytype It will accept a string in the front-end while building the job, and echo that string back at runtime…
    Qube / … / HelloworldOct 15, 2014
  6. After Effects Job Submission

    the Wrangler View UI and choosing "Install AfterEffects AppUI..." as shown here. After Effects job submission will be a little simpler and more flexible if Python is installed…
    QubeOct 13, 2020
  7. Clean Up Old Jobs Automatically

    importantly, reduce disk space required to hold logs of jobs that are no longer useful to your production/facility. We have included a python script called job_cleanup.py that takes…
    QubeNov 19, 2018
  8. General Widget Hierarchy

    worddav76d679c00b2103434ac0dabf5812f851.png data "properties" panel Preferences are stored under the qbPrefs.preferences Python dict (associative array) Submit dialogs add their own unique components…
    QubeOct 15, 2014
  9. Transferring data from MySQL to PostgreSQL

    that there are steps to be taken before upgrading the supervisor. Python 2.x (2.6 or above) is now a prerequisite for supervisor installation. It comes standard on Linux and Mac, but you…
    QubeApr 14, 2020
  10. Developing a new Job Type submission interface

    in the registeredJobs variable. The submit script should be able to be run directly from the command line like: python submitscript.py Launch QubeGUI and submit your job from under…
    QubeOct 15, 2014