Re: Chiton not showing any keyspaces

2010-06-17 Thread John Schneider
Jonathan - correct. Brandon clued me in that framed mode was required and it woke right up when I booted in framed mode. Tnx, jos On Thu, Jun 17, 2010 at 7:47 PM, Jonathan Ellis wrote: > probably Cassandra isn't configured to use thrift framed mode, which > Chiton requires. > &g

Re: Chiton not showing any keyspaces

2010-06-17 Thread Jonathan Ellis
probably Cassandra isn't configured to use thrift framed mode, which Chiton requires. On Wed, Jun 16, 2010 at 3:29 PM, John Schneider wrote: > Hi, > I've got Chiton comming up on a mac, however when I connect to my Cassandra > instance, it never comes back from "Fetchi

Chiton not showing any keyspaces

2010-06-16 Thread John Schneider
Hi, I've got Chiton comming up on a mac, however when I connect to my Cassandra instance, it never comes back from "Fetching keyspaces..." Log from Chiton: chiton> bin/chiton-client /opt/local/Library/Frameworks/ Python.framework/Versions/2.6/lib/python2.6/site-package

Re: chiton

2010-05-16 Thread Sonny Heer
> On Sun, May 16, 2010 at 1:29 PM, Sonny Heer wrote: > Look like you hit this bug which is now solved: > http://github.com/driftx/chiton/issues/closed#issue/3 sweet, thanks. > It will display the raw value for most column types except UUIDs, which it > will decode.  It does

Re: chiton

2010-05-16 Thread Brandon Williams
On Sun, May 16, 2010 at 1:29 PM, Sonny Heer wrote: > it doesn't like the the int(port) call. somehow the port # isn't > getting through? > > I hardcoded the port to 9160, and it works. > Look like you hit this bug which is now solved: http://github.com/driftx/chiton/is

Re: chiton

2010-05-16 Thread Sonny Heer
it doesn't like the the int(port) call. somehow the port # isn't getting through? I hardcoded the port to 9160, and it works. Does chiton handle all the column types for display? I'm assuming it doesn't show mixed type column names (e.g. first x bits are a long, and the

Re: chiton

2010-05-16 Thread Sonny Heer
thanks for the help. I had two versions of python, it was using the wrong one. I got the GUI to show up, but when i connect by going to file/connect and enter localhost/9160... i get the following in the output: chiton/bin/chiton-client 2010-05-16 10:59:45-0700 [-] Log opened. 2010-05-16 10

Re: chiton

2010-05-14 Thread K Wong
iki/Downloads >> for the Windows/Ubuntu binaries. >> Hope that helps, >> Jon. >> On 14 May 2010 21:04, Sonny Heer wrote: >>> >>> I'm having problems installing chiton... >>> >>> on ubuntu 9.10 I'm getting the following: >>&

Re: chiton

2010-05-14 Thread Jonathan Holloway
ems installing chiton... > > on ubuntu 9.10 I'm getting the following: > Traceback (most recent call last): > File "chiton/bin/chiton-client", line 2, in >from twisted.internet import gtk2reactor > ImportError: No module named twisted.internet > > > does chiton > work on windows?

Re: chiton

2010-05-14 Thread Sonny Heer
trac/wiki/Downloads > for the Windows/Ubuntu binaries. > Hope that helps, > Jon. > On 14 May 2010 21:04, Sonny Heer wrote: >> >> I'm having problems installing chiton... >> >> on ubuntu 9.10 I'm getting the following: >> Traceback (most recen

chiton

2010-05-14 Thread Sonny Heer
I'm having problems installing chiton... on ubuntu 9.10 I'm getting the following: Traceback (most recent call last): File "chiton/bin/chiton-client", line 2, in from twisted.internet import gtk2reactor ImportError: No module named twisted.internet does chiton work on windows?