(This message has been automatically imported from the retired mailing list)
Hello.
I try to install the service in this gist:
https://gist.github.com/njordr/9481215 , but zato gives me the following
error:
2014-03-11 08:33:56,743 - ERROR - 21697:Dummy-29 -
zato.server.service.store:22 - Could not load source
mod_name:[zimbra_queues]
file_name:[/var/zato/qs-1/server1/work/hot-deploy/current/zimbra_queues.py],
e:[Traceback (most recent call last):
File “/usr/local/zato-1.1/zato-server/src/zato/server/service/store.py”,
line 159, in import_services_from_file
mod = imp.load_source(mod_name, file_name)
File “/var/zato/qs-1/server1/work/hot-deploy/current/zimbra_queues.py”,
line 8, in
from fabric.api import run,hide,env
File “/usr/local/zato-1.1/lib/python2.7/site-packages/fabric/api.py”,
line 9, in
from fabric.context_managers import (cd, hide, settings, show, path,
prefix,
File
"/usr/local/zato-1.1/lib/python2.7/site-packages/fabric/context_managers.py",
line 42, in
from fabric.state import output, win32, connections, env
File “/usr/local/zato-1.1/lib/python2.7/site-packages/fabric/state.py”,
line 10, in
from fabric.version import get_version
File “/usr/local/zato-1.1/lib/python2.7/site-packages/fabric/version.py”,
line 105, in
version = get_version(‘short’)
File “/usr/local/zato-1.1/lib/python2.7/site-packages/fabric/version.py”,
line 56, in get_version
sha = git_sha()
File “/usr/local/zato-1.1/lib/python2.7/site-packages/fabric/version.py”,
line 24, in git_sha
return p.communicate()[0]
File “/usr/lib/python2.7/subprocess.py”, line 798, in communicate
return self._communicate(input)
File “/usr/lib/python2.7/subprocess.py”, line 1400, in _communicate
stdout, stderr = self._communicate_with_poll(input)
File “/usr/lib/python2.7/subprocess.py”, line 1430, in
_communicate_with_poll
poller = select.poll()
AttributeError: ‘module’ object has no attribute ‘poll’
I’ve installed fabric system wide and with zato virtualenv pip
Can you help me?
Thank you