On Thu, Jan 28, 2010 at 7:10 AM, Richard Grossman <richie...@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