Hello, I had to reinstall ubuntu because of some problems. I tried installing Tashi and found that the directory structure has changed. There is no longer the stable fix directory. Also, when i try to start the Clustermanager, i get the error that tashi.util module is not found. I am using pythin 2.6 and i set the python path using
export PYTHONPATH='pwd'/src while i am inside the tashi directory. Any insights? Thanks, Hari On Thu, Mar 24, 2011 at 6:56 PM, hari narayanan <[email protected]>wrote: > Hi, > > Sorry .... I get a different error now ... > > ImportError: cannot import name VdbAuthenticator > > Also, i set the PYTHONPATH using the following command while i was in > "tashi/trunk" directory > > export PYTHONPATH=`pwd`/src > > And i did not get any error for this command .... I guess it is able to find > the rpyc which is inside the python directory ... so, i believe > pythonpath is set properly .... > > > > On Thu, Mar 24, 2011 at 6:31 PM, Michael Stroucken <[email protected]> wrote: > >> hari narayanan wrote: >> >>> Hi Michael, >>> >>> Yes,I am just getting started... I made sure that i am using python 2.6 >>> ... As u said,i am now using the code in branches/stable-fix ... now,when i >>> try to start clustermanager,i get the error that >>> >>> ImportError: No module named tashi.util >>> >>> >>> You need to make sure your PYTHONPATH is set to point into the top >> source directory. >> >> >> >>> Please excuse ... I am completely new to tashi and there are not many >>> good documentations out there... >>> >> >> Sorry, we wrote them :) >> >> Greetings, >> Michael. >> > >
