Here I am, again, with another weird error
After we updated to the latest version of Deadline 6 on both server and render slaves, we’re getting this error, when we try to manually submit a job:
/usr/bin/mono /opt/Thinkbox/DeadlineRepository6/bin/Linux/deadlinecommand.exe /home/publicsmb/jobs/2h9k7ryb1n/job_info.job /home/publicsmb/jobs/2h9k7ryb1n/plugin_info.job /home/publicsmb/jobs/2h9k7ryb1n/531f00f2-c75a-11e2-96bd-d8d385a1bb29/refresh-logo-anim-max2013-loocas-003.max
ImportError: No module named site
At first I thought it might have been an issue with PYTHONPATH, but when I ran Python and asked for its paths, I got this:
[code]Python 2.7.3 (default, Aug 9 2012, 17:23:57)
[GCC 4.7.1 20120720 (Red Hat 4.7.1-5)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import sys
sys.path
[’’, ‘/usr/lib64/python27.zip’, ‘/usr/lib64/python2.7’, ‘/usr/lib64/python2.7/plat-linux2’, ‘/usr/lib64/python2.7/lib-tk’, ‘/usr/lib64/python2.7/lib-old’, ‘/usr/lib64/python2.7/lib-dynload’, ‘/usr/lib64/python2.7/site-packages’, ‘/usr/lib64/python2.7/site-packages/PIL’, ‘/usr/lib64/python2.7/site-packages/gtk-2.0’, ‘/usr/lib/python2.7/site-packages’, ‘/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info’][/code]
Which seems all OK.
Any thoughts as to where this error might be coming from?
Thank you in advance, cheers,