Paul, On Sun, 3 Oct 2010 17:03:43 -0600, "Paul Grunwald" <[email protected]> wrote: > Hi All, I wanted to play with this before tying to port to the DLink > DNS-321. This is what I got on install. > > OS: Windows 7 Ultimate 64-Bit
<snip> > distutils.errors.DistutilsError: Setup script exited with error: Unable to > find vcvarsall.bat Please refer to this section of the Advanced Install page: http://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall#Whatifthatdoesntwork The error you're seeing occurs because the installation process needs a compiler (for dependencies), but can't find Visual Studio. If you install MinGW and configure python to use it, everything will be fine. I'd be interested to hear whether "setup.py install" works for you. In my case I saw that the dependencies were being built but not installed; I had to separately install each egg created by the tahoe build. I'd like to know whether my experience was peculiar or whether there's a more universal issue here. -- Kyle Markley _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
