From 3d34a1ca99efeca2a7fbcd3c0ff76927c17cd046 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sat, 29 Jan 2011 03:42:02 +0000 Subject: [PATCH] fix link to src/allmydata/_auto_deps.py ; say that pywin32 is no longer needed [Imported from Trac: page AdvancedInstall, version 35] --- AdvancedInstall.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AdvancedInstall.md b/AdvancedInstall.md index 508058d..67dcaf2 100644 --- a/AdvancedInstall.md +++ b/AdvancedInstall.md @@ -45,13 +45,13 @@ Tahoe-LAFS is already integrated into some operating systems. See [the OSPackage ## Dependencies -The canonical list of dependencies and their versions is in source:_auto_deps.py. To see the current versions of those dependencies (plus a few others like the Python interpreter and the operating system) run `tahoe --version`. +The canonical list of dependencies and their versions is in source:src/allmydata/_auto_deps.py. To see the current versions of those dependencies (plus a few others like the Python interpreter and the operating system) run `tahoe --version`. This isn't a complete list of dependencies though, because some of those packages also have dependencies of their own. To see the complete list of all dependencies, run `PYTHONPATH=${PYTHONPATH}:./support/lib/python2.5/site-packages/ python -c "import pkg_resources;print ', '.join(['+d.version for d in set(pkg_resources.require('allmydata-tahoe'))]d.project_name+':)"`. An example output from that command is: `zope.interface: 3.5.0, simplejson: 2.0.7, pyutil: 1.3.30, zbase32: 1.1.1, allmydata-tahoe: 1.2.0-r3353, pyOpenSSL: 0.7, Twisted: 8.1.0-r25700, Nevow: 0.9.33-r17166, foolscap: 0.3.2, zfec: 1.4.2, pycryptopp: 0.5.12, argparse: 0.8.0, setuptools: 0.6c10dev` -In addition to these, if you are running on Microsoft Windows, then you need to manually install [pywin32](http://sourceforge.net/projects/pywin32) before setting up Tahoe-LAFS. +Prior to Tahoe-LAFS v1.8.2b1, users running on Microsoft Windows also needed to manually install [pywin32](http://sourceforge.net/projects/pywin32). This is no longer needed. ## Overview