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 Please excuse ... I am completely new to tashi and there are not many good documentations out there... Thanks On Thu, Mar 24, 2011 at 6:04 PM, Michael Stroucken <[email protected]> wrote: > hari narayanan wrote: > >> Hi Richard, >> >> Thanks for the reply... I tried starting the cluster manager... But, i got >> the following error >> >> ImportError: No module named rpyc >> >> But, i downloaded rpyc and extracted it under the python2.6/site-packages >> ... According to rpyc documentation, extracting rpyc under the >> aforementioned folder is what is called installation... so,i have done it >> and i also set the path for python .... I donno why i got the error ... Any >> help will be appreciated .. >> > > Hi Hari, > > rpyc is a requirement for tashi. If you have installed the package in > python2.6/site-packages, you should make sure that you are actually using > python 2.6 (python --version). > > I suggest if you are getting started, you go to branches/stablefix and use > the code there. The trunk contains some WIPs that will likely be changed > again soon. > > Greetings, > Michael. >
