Discussion:
Zenoss Virtual Machine Install pymongo
Brian Carpio
2012-02-27 20:07:22 UTC
Permalink
Brian Carpio [http://community.zenoss.org/people/bcarpio] created the discussion

"Zenoss Virtual Machine Install pymongo"

To view the discussion, visit: http://community.zenoss.org/message/64814#64814

--------------------------------------------------------------
Hi,

I am using the Zenoss Virtual Machine (which might be the core of the problem) but I need to install pymongo for some mongo alerting that I am setting up and testing. I see that that the Zenoss Virtual Machine has a version of python installed to /opt/zenoss is there a way I can install pymongo here?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64814#64814]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jmp242
2012-02-27 20:11:45 UTC
Permalink
jmp242 [http://community.zenoss.org/people/jmp242] created the discussion

"Re: Zenoss Virtual Machine Install pymongo"

To view the discussion, visit: http://community.zenoss.org/message/64801#64801

--------------------------------------------------------------
You should be able to - get an egg or easy install if I recall correctly - don't use the RPM but go get the python distribution of the program and install from the python shell / environment that Zenoss is using.

--
James Pulver
ZCA Member
LEPP Computer Group
Cornell University
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64801#64801]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Brian Carpio
2012-02-27 20:47:28 UTC
Permalink
Brian Carpio [http://community.zenoss.org/people/bcarpio] created the discussion

"Re: Zenoss Virtual Machine Install pymongo"

To view the discussion, visit: http://community.zenoss.org/message/64815#64815

--------------------------------------------------------------
Yep, this is what I did incase it helps anyone

1) created /opt/zenoss/bin/activate ( http://www.pastie.org/3474824 http://www.pastie.org/3474824)
2) sudo su - zenoss
3) cd /opt/zenoss/bin/activate; source activate
4) easy_install pymongo
5) deactivate
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64815#64815]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...