[tahoe-dev] x32/64 problem?
Mike Nation
mnation at CVT.ORG
Wed Jul 10 17:44:58 UTC 2013
I believe everything is set up properly now, but I'm still having
trouble.
Ran setup.py build
Verified tahoe -version
Ran tahoe create-client
Edited tahoe.cfg to point to the pub test grid
Running tahoe start, I get the following with the error, Failed to load
application: No module named win32api
Output:
Unhandled Error
Traceback (most recent call last):
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\application\app.py", line 652, in run
runApp(config)
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\scripts\twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\application\app.py", line 386, in run
self.application = self.createOrGetApplication()
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\application\app.py", line 451, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\application\app.py", line 462, in getApplication
application = service.loadApplication(filename, style, passphrase)
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\application\service.py", line 405, in loadApplication
application = sob.loadValueFromFile(filename, 'application',
passphrase)
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\persisted\sob.py", line 210, in loadValueFromFile
exec fileObj in d, d
File "tahoe-client.tac", line 10, in <module>
c = client.Client()
File "c:\tahoe\src\allmydata\client.py", line 165, in __init__
self.init_web(webport) # strports string
File "c:\tahoe\src\allmydata\client.py", line 448, in init_web
from allmydata.webish import WebishServer
File "c:\tahoe\src\allmydata\webish.py", line 2, in <module>
from twisted.application import service, strports, internet
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\application\strports.py", line 14, in <module>
from twisted.internet import endpoints
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\internet\endpoints.py", line 25, in <module>
from twisted.internet import stdio
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\internet\stdio.py", line 28, in <module>
from twisted.internet import _win32stdio
File
"C:\tahoe\support\Lib\site-packages\twisted-12.3.0-py2.7-win-amd64.egg\t
w
isted\internet\_win32stdio.py", line 7, in <module>
import win32api
exceptions.ImportError: No module named win32api
Failed to load application: No module named win32api
Thanks,
mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20130710/a71784a7/attachment.html>
More information about the tahoe-dev
mailing list