Re: [tahoe-dev] 回复: Re: how to see the log information?

2012-10-24 Thread David-Sarah Hopwood
On 24/10/12 09:25, han zheng wrote: > thanks,but when I ran "flogtool tail BASEDIR/private/logport.furl" > I got a importError: > > Traceback: > File " f:\allmydata-tahoe-1.9.1\support\Scripts\flogtool.pyscript", line > 6,in > from pkg_resources import load_entry_point > ImportError:

Re: [tahoe-dev] 回复: Re: how to see the log information?

2012-10-24 Thread Uncle Zzzen
I'm not familiar with windows (folks don't have many of them - or any other computers - where I live) but what you need is to have setuptools installed, and this is *probably* how you install it: http://stackoverflow.com/questions/309412/how-to-setup-setuptools-for-python-2-6-on-windows#309783 Any

[tahoe-dev] 回复: Re: how to see the log information?

2012-10-24 Thread han zheng
thanks,but when I ran "flogtool tail BASEDIR/private/logport.furl" I got a importError: Traceback: File " f:\allmydata-tahoe-1.9.1\support\Scripts\flogtool.pyscript", line 6,in from pkg_resources import load_entry_point ImportError: No module named pkg_resources I do not know why...