On 09/06/11 20:03, David-Sarah Hopwood wrote: > On 06/06/11 09:08, Shu Lin wrote: >> ImportError: No module named win32api > > You can work around this in either of two ways: > > 1. download and install pywin32 from > <http://sourceforge.net/projects/pywin32/files/pywin32/Build216/pywin32-216.win32-py2.6.exe/download> > > 2. download and install a later version of Twisted; I suggest 10.2 which is > at > <http://twistedmatrix.com/Releases/Twisted/10.2/Twisted-10.2.0.winxp32-py2.6.msi>
Here's a better fix, since it doesn't require you to manually install
anything. Edit src/allmydata/_auto_deps.py and change the line
"Twisted >= 2.4.0",
to
"Twisted >= 9.0.0",
(The comma is part of the line.)
Then repeat the installation from 'python setup.py build'.
--
David-Sarah Hopwood ⚥ http://davidsarah.livejournal.com
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
