<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi All,  I wanted to play with this before tying to port to the DLink DNS-321.  This is what I got on install.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>OS: Windows 7 Ultimate 64-Bit<o:p></o:p></p><p class=MsoNormal>Python 2.6.6 (python-2.6.6.amd64.msi)<o:p></o:p></p><p class=MsoNormal>PyWin32.214 (pywin32-214.win-amd64-py2.6.exe)<o:p></o:p></p><p class=MsoNormal>Tahoe-LFS-1.8 <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Output of  install command:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>G:\allmydata-tahoe-1.8.0>python setup.py build<o:p></o:p></p><p class=MsoNormal>Not found: tahoe-deps<o:p></o:p></p><p class=MsoNormal>Not found: ../tahoe-deps<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Setting up environment to run scripts for the current user...<o:p></o:p></p><p class=MsoNormal>Already done: associate the filetype .pyscript with Python.File for the current<o:p></o:p></p><p class=MsoNormal>user.<o:p></o:p></p><p class=MsoNormal>Already done: add .pyscript to the user environment variable PATHEXT.<o:p></o:p></p><p class=MsoNormal>Already done: add .pyw to the user environment variable PATHEXT.<o:p></o:p></p><p class=MsoNormal>Traceback (most recent call last):<o:p></o:p></p><p class=MsoNormal>  File "setup.py", line 373, in <module><o:p></o:p></p><p class=MsoNormal>    **setup_args<o:p></o:p></p><p class=MsoNormal>  File "C:\Python26\lib\distutils\core.py", line 113, in setup<o:p></o:p></p><p class=MsoNormal>    _setup_distribution = dist = klass(attrs)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\dist.py",<o:p></o:p></p><p class=MsoNormal>line 260, in __init__<o:p></o:p></p><p class=MsoNormal>    self.fetch_build_eggs(attrs.pop('setup_requires'))<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\dist.py",<o:p></o:p></p><p class=MsoNormal>line 284, in fetch_build_eggs<o:p></o:p></p><p class=MsoNormal>    parse_requirements(requires), installer=self.fetch_build_egg<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\pkg_resources.py", li<o:p></o:p></p><p class=MsoNormal>ne 563, in resolve<o:p></o:p></p><p class=MsoNormal>    dist = best[req.key] = env.best_match(req, self, installer)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\pkg_resources.py", li<o:p></o:p></p><p class=MsoNormal>ne 799, in best_match<o:p></o:p></p><p class=MsoNormal>    return self.obtain(req, installer) # try and download/install<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\pkg_resources.py", li<o:p></o:p></p><p class=MsoNormal>ne 811, in obtain<o:p></o:p></p><p class=MsoNormal>    return installer(requirement)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\dist.py",<o:p></o:p></p><p class=MsoNormal>line 327, in fetch_build_egg<o:p></o:p></p><p class=MsoNormal>    return cmd.easy_install(req)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\command\ea<o:p></o:p></p><p class=MsoNormal>sy_install.py", line 453, in easy_install<o:p></o:p></p><p class=MsoNormal>    return self.install_item(spec, dist.location, tmpdir, deps)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\command\ea<o:p></o:p></p><p class=MsoNormal>sy_install.py", line 483, in install_item<o:p></o:p></p><p class=MsoNormal>    dists = self.install_eggs(spec, download, tmpdir)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\command\ea<o:p></o:p></p><p class=MsoNormal>sy_install.py", line 662, in install_eggs<o:p></o:p></p><p class=MsoNormal>    return self.build_and_install(setup_script, setup_base)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\command\ea<o:p></o:p></p><p class=MsoNormal>sy_install.py", line 937, in build_and_install<o:p></o:p></p><p class=MsoNormal>    self.run_setup(setup_script, setup_base, args)<o:p></o:p></p><p class=MsoNormal>  File "G:\allmydata-tahoe-1.8.0\setuptools-0.6c16dev2.egg\setuptools\command\ea<o:p></o:p></p><p class=MsoNormal>sy_install.py", line 928, in run_setup<o:p></o:p></p><p class=MsoNormal>    raise DistutilsError("Setup script exited with %s" % (v.args[0],))<o:p></o:p></p><p class=MsoNormal>distutils.errors.DistutilsError: Setup script exited with error: Unable to find<o:p></o:p></p><p class=MsoNormal>vcvarsall.bat<o:p></o:p></p></div></body></html>