tag:blogger.com,1999:blog-18508356.post4525065332453128917..comments2026-02-13T11:24:21.556-05:00Comments on Just a little Python: Zarkov is an event loggerRick Copelandhttp://www.blogger.com/profile/11612114223288841087noreply@blogger.comBlogger4125tag:blogger.com,1999:blog-18508356.post-26785629899780408562011-11-01T14:18:41.236-04:002011-11-01T14:18:41.236-04:00A helpful reader pointed out that you can get into...A helpful reader pointed out that you can get into trouble installing ZeroMQ in /usr/local and trying to just 'pip install Zarkov'. Here's the solution I was able to come up with to get this to work. Just before the 'pip install Zarkov' command, you'll need to install pyzmq using the following command line:<br /><br />pip install pyzmq --install-option='--zmq=/usr/local'<br /><br />Hopefully that gets you around any installation hiccups you run into.Rick Copelandhttps://www.blogger.com/profile/11612114223288841087noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-35087681213041426122011-08-24T10:57:33.975-04:002011-08-24T10:57:33.975-04:00Install Zarkov's dependencies with Homebrew on...Install Zarkov's dependencies with Homebrew on a Mac:<br /><br />$ brew install zeromq<br />$ brew install libevent<br /><br />After that you'll need to create a journal directory before starting up zarkov:<br /><br />(zarkov) $ mkdir journal<br />(zarkov) $ zcmd -y development.yaml serveKyle Adamshttp://kyleandkelly.com/noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-26748016492646523072011-07-21T17:13:35.869-04:002011-07-21T17:13:35.869-04:00It's just my own tradition. Since Mongo is the...It's just my own tradition. Since Mongo is the planet ruled by the emperor Ming the Merciless in Flash Gordon, I named my MongoDB library Ming. Zarkov is the scientist that helps Flash and Dale get to Mongo, so I figured I'd name an event logger that puts stuff into Mongo "Zarkov".Rick Copelandhttps://www.blogger.com/profile/11612114223288841087noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-41341302337497490092011-07-21T17:10:05.066-04:002011-07-21T17:10:05.066-04:00"... a service in Python that I'm calling..."... a service in Python that I'm calling, in the tradition of naming projects after characters in Flash Gordon, Zarkov."<br /><br />I was not aware of this tradition. Can you elaborate?Skip Montanarohttps://www.blogger.com/profile/04811773789254959145noreply@blogger.com