On Mon, Oct 21, 2013 at 10:10 AM, Åsmund Østvold <[email protected]> wrote: > I cloned the git repoisitory and was able to build > > zuul-1.3.0.116.gd7e8f3a-1.noarch.rpm > > installed it and then installed rpm packages: > > * python-extras > * python-daemon > > I am struggling with: > >zuul-server > Traceback (most recent call last): > File "/usr/bin/zuul-server", line 6, in <module> > from zuul.cmd.server import main > File "/usr/lib/python2.7/site-packages/zuul/cmd/server.py", line 33, in > <module> > import gear > ImportError: No module named gear > > I am not able find a rpm package distributed by FC19 yum repos that provide > the gear module. I prefer rpm packages but if not available I can install in > other ways. Could you help? >
You have 2 options, install with pip: $ sudo pip install python-gear or from git: https://github.com/openstack-infra/gear -- Paul Belanger | PolyBeacon, Inc. Jabber: [email protected] | IRC: pabelanger (Freenode) Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
