Issue submitting PDG to hqueue

   999   1   0
User Avatar
Member
11 posts
Joined: 6月 2015
Offline
Hi,

I was trying to setup pdg to work with Hqueue. I have a top network which works with a local scheduler, however, when I try to submit it to the hqueue scheduler I get the below error. I have ensured that the machines can resolve their network names via etc/hosts and there are no firewalls on machines. Any help would be greatly appreciated.

Traceback (most recent call last):
File "/media/bananas/BS/blackshark_houdini/hip/animatics/apartment_office/pdgtemp/22338/scripts/rop.py", line 59, in <module>
import hqueue.houdini as hq
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/hqueue/__init__.py", line 8, in <module>
from . import rendertrackerrpc
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/hqueue/rendertrackerrpc.py", line 6, in <module>
import rendertracker
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/rendertracker.py", line 18, in <module>
import hutil.enum, hutil.file, hutil.pidfile, hutil.log, hutil.debug, hjsonrpc
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/hjsonrpc.py", line 42, in <module>
import hutil.web
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/hutil/web.py", line 9, in <module>
import poster.encode
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/poster/__init__.py", line 29, in <module>
import poster.streaminghttp
File "/mnt/hq/houdini_distros/hfs18.5.351/houdini/python2.7libs/poster/streaminghttp.py", line 178, in <module>
class StreamingHTTPSHandler(urllib.request.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'

Cheers,
Glenn
User Avatar
Member
11 posts
Joined: 6月 2015
Offline
All good, figured it out, there was a clash with another version of python installed on the machine. I had to set it to "HFS" version of python
  • Quick Links