David Abrahams wrote:
> Can anyone give me a hint?  Thanks.
> 
> --- session below ---
> 
> $ python setup.py build
>     [Errno 2] No such file or directory: 
> 'support/lib/python2.5/site-packages/test-easy-install-8824.pth'

Weird. The 'build' target (which really runs 'develop --prefix=support')
is supposed to create that support/lib/python2.5/site-packages directory
for you.

Do you perhaps have a weird version of setuptools that is behaving
differently? Or something that pretends to be setuptools but isn't quite?

You might also try creating the directory that it suggests and then see
if 'setup.py build' works any better the second time.

What version of tahoe were you building? Did it come from a tarball, or
a darcs checkout?

thanks,
 -Brian

_______________________________________________
tahoe-dev mailing list
[email protected]
http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev

Reply via email to