See, it'd be great to get <font><span style="line-height:normal;background-color:rgba(255,255,255,0)">prebuilt packages for mac users. I tried everything u suggested and the error is still the same. Is there a screencast of building and installing tahoe-LAFS on mac os x 10.8 ? </span></font><div>
<font><span style="line-height:normal">What about on mavericks? Will it work then?<span></span><br></span></font><br>On Thursday, July 18, 2013, Daira Hopwood  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 18/07/13 02:55, Zooko O'Whielacronx wrote:<br>
> Correct: "python setup.py install" will not work without sudo or root<br>
> privileges. However, "python setup.py build" *will* work without sudo<br>
> or root privileges. The instructions ¹ do not instruct the user to run<br>
> "python setup.py install"!<br>
><br>
> However, users often run "python setup.py install" even though the<br>
> instructions don't say to, and they often put "sudo" before "python<br>
> setup.py build" even though the instructions don't say to. So, I'm<br>
> kind of despairing of if there is any way to instruct users in how to<br>
> build and use a Python program from source…<br>
<br>
So here's a proposal.<br>
<br>
Alias 'really-install-without-dependencies' to zetuptoolz' "install"<br>
command in setup.cfg. Then make 'python setup.py install' do nothing<br>
except print a message similar to the following (replacing "bin/tahoe"<br>
with "bin\tahoe" if on Windows):<br>
<br>
<br>
The recommended ways to use Tahoe-LAFS are either to run<br>
'python setup.py build' as a normal user (and then access the<br>
Tahoe-LAFS CLI using 'bin/tahoe'), or to install your operating<br>
system package manager's 'tahoe-lafs' package.<br>
<br>
'python setup.py install' would normally install only Tahoe-LAFS<br>
itself, not its dependencies. This often results in a broken<br>
installation, but if it is really what you wanted to do, then run<br>
the following command (as superuser, or as a normal user if<br>
installing into a virtualenv):<br>
<br>
  python setup.py really-install-without-dependencies<br>
<br>
--<br>
Daira Hopwood ⚥<br>
<br>
</blockquote></div>