You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Richard Grossman <ri...@gmail.com> on 2010/01/28 14:10:16 UTC

Error running chiton GTK

Hi

I've a need for admin tool to cassandra I would like to try chiton GTK. I've
make a clean install all module are Ok when I launch the application I get :

Traceback (most recent call last):
  File "./chiton-client", line 6, in <module>
    from chiton.viewer import ChitonViewer
ImportError: No module named chiton.viewer

someone could help me may be ?

Thanks

Richard

Re: Error running chiton GTK

Posted by Brandon Williams <dr...@gmail.com>.
On Thu, Jan 28, 2010 at 7:10 AM, Richard Grossman <ri...@gmail.com>wrote:

> Hi
>
> I've a need for admin tool to cassandra I would like to try chiton GTK.
> I've make a clean install all module are Ok when I launch the application I
> get :
>
> Traceback (most recent call last):
>   File "./chiton-client", line 6, in <module>
>     from chiton.viewer import ChitonViewer
> ImportError: No module named chiton.viewer
>
> someone could help me may be ?
>

Make sure your PYTHONPATH variable is set correctly.  It probably needs to
look something like PYTHONPATH=/path/to/telephus:/path/to/chiton (assuming
you didn't not install telephus from the debian package.)

-Brandon

Re: Error running chiton GTK

Posted by Brandon Williams <dr...@gmail.com>.
On Sun, Jan 31, 2010 at 3:07 AM, Richard Grossman <ri...@gmail.com>wrote:

> Hi
>
> Sorry but I succed to launch chiton but stay stuck when trying to retrieve
> the keyspaces nothing else.
> May be it's not compatible with cassandra 0.5 ?
> thanks
>

Chiton uses twisted, so it requires the framed transport to be used.  Make
sure you have <ThriftFramedTransport>true</ThriftFramedTransport> in your
config.

-Brandon

Re: Error running chiton GTK

Posted by Richard Grossman <ri...@gmail.com>.
Hi

Sorry but I succed to launch chiton but stay stuck when trying to retrieve
the keyspaces nothing else.
May be it's not compatible with cassandra 0.5 ?
thanks

On Fri, Jan 29, 2010 at 7:59 AM, Waqas Badar
<wa...@panasiangroup.com>wrote:

>  I was also getting the same error. To resolve it, please look at chinton
> directory in ur download. chinton directory is at the same level where bin
> directory is. Please copy this directory to bin and then run the client.
> I was unable to connect to the cassandra server through this client. if ur
> chinto client connect to cassandra then please share it.
>
> Regards,
> Waqas Badar
>
>
> On Thu, 2010-01-28 at 15:10 +0200, Richard Grossman wrote:
>
> Hi
>
> I've a need for admin tool to cassandra I would like to try chiton GTK.
> I've make a clean install all module are Ok when I launch the application I
> get :
>
> Traceback (most recent call last):
>   File "./chiton-client", line 6, in <module>
>     from chiton.viewer import ChitonViewer
> ImportError: No module named chiton.viewer
>
> someone could help me may be ?
>
> Thanks
>
> Richard
>
>
>

Re: Error running chiton GTK

Posted by Waqas Badar <wa...@panasiangroup.com>.
I was also getting the same error. To resolve it, please look at chinton
directory in ur download. chinton directory is at the same level where
bin directory is. Please copy this directory to bin and then run the
client. 
I was unable to connect to the cassandra server through this client. if
ur chinto client connect to cassandra then please share it.

Regards,
Waqas Badar

On Thu, 2010-01-28 at 15:10 +0200, Richard Grossman wrote: 

> Hi
> 
> I've a need for admin tool to cassandra I would like to try chiton
> GTK. I've make a clean install all module are Ok when I launch the
> application I get :
> 
> Traceback (most recent call last):
>   File "./chiton-client", line 6, in <module>
>     from chiton.viewer import ChitonViewer
> ImportError: No module named chiton.viewer
> 
> someone could help me may be ?
> 
> Thanks
> 
> Richard
>