Changes between Version 34 and Version 35 of AdvancedInstall
- Timestamp:
- 2011-01-29T03:42:02Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedInstall
v34 v35 47 47 == Dependencies == 48 48 49 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}}}.49 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}}}. 50 50 51 51 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.project_name+': '+d.version for d in set(pkg_resources.require('allmydata-tahoe'))])"}}}. An example output from that command is: … … 53 53 `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` 54 54 55 In addition to these, if you are running on Microsoft Windows, then you need to manually install [http://sourceforge.net/projects/pywin32 pywin32] before setting up Tahoe-LAFS.55 Prior to Tahoe-LAFS v1.8.2b1, users running on Microsoft Windows also needed to manually install [http://sourceforge.net/projects/pywin32 pywin32]. This is no longer needed. 56 56 57 57 [=#point4]