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 &#39;pip install Zarkov&#39;. Here&#39;s the solution I was able to come up with to get this to work. Just before the &#39;pip install Zarkov&#39; command, you&#39;ll need to install pyzmq using the following command line:<br /><br />pip install pyzmq --install-option=&#39;--zmq=/usr/local&#39;<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&#39;s dependencies with Homebrew on...Install Zarkov&#39;s dependencies with Homebrew on a Mac:<br /><br />$ brew install zeromq<br />$ brew install libevent<br /><br />After that you&#39;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&#39;s just my own tradition. Since Mongo is the...It&#39;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&#39;d name an event logger that puts stuff into Mongo &quot;Zarkov&quot;.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&quot;... a service in Python that I&#39;m calling...&quot;... a service in Python that I&#39;m calling, in the tradition of naming projects after characters in Flash Gordon, Zarkov.&quot;<br /><br />I was not aware of this tradition. Can you elaborate?Skip Montanarohttps://www.blogger.com/profile/04811773789254959145noreply@blogger.com