Can't run in Windows 7
Ewen Chan
chan.ewen at gmail.com
Sat Jul 11 14:59:41 UTC 2015
To Whom It May Concern:
Hi. I'm new. I'm confused about how to run Tahoe-LAFS. I've read the
quickstart guide, the FAQ, the advanced install doc, and also the How to
run Tahoe-LAFS docs and I'm still confused.
In the quick start guide, it says:
"Run "bin/tahoe --version" (on Windows, "bin\tahoe --version") to verify
that the executable too prints out the right version number after
"allmydata-tahoe:".
I don't see a windows executable after the build. In my bin folder, there's
a file called "tahoe" in there but it doesn't have .exe in there.
I tried renaming it from "tahoe" to "tahoe.exe" and then running it and it
said that it wasn't a valid 16-bit application and that it can't run in
32-bit Windows or x64 systems (or something along those lines, I forget the
exact error message).
Then I renamed it back from "tahoe.exe" back to just straight "tahoe".
And then I tried "python bin\tahoe --version" and this is what I got:
(I haven't put the python install directory into my PATH system environment
variable yet)
C:\lafs>c:\python27\python bin\tahoe --version
Traceback (most recent call last):
File "C:\lafs\support\Scripts\tahoe.pyscript", line 16, in <module>
load_entry_point('allmydata-tahoe==1.10.1', 'console_scripts',
'tahoe')()
File
"C:\lafs\support\Lib\site-packages\setuptools-0.6c16dev6.egg\pkg_resource
s.py", line 320, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File
"C:\lafs\support\Lib\site-packages\setuptools-0.6c16dev6.egg\pkg_resource
s.py", line 2265, in load_entry_point
return ep.load()
File
"C:\lafs\support\Lib\site-packages\setuptools-0.6c16dev6.egg\pkg_resource
s.py", line 1998, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "c:\lafs\src\allmydata\__init__.py", line 430, in <module>
check_all_requirements()
File "c:\lafs\src\allmydata\__init__.py", line 428, in
check_all_requirements
raise PackagingError(get_error_string(errors, debug=True))
allmydata.PackagingError:
ImportError: for requirement 'mock >= 0.8.0': (<type
'exceptions.ImportError'>,
'No module named funcsigs',
('C:\\lafs\\support\\Lib\\site-packages\\mock-1.1.2-
py2.7.egg\\mock\\mock.py', 83, '<module>', 'import funcsigs'))
For debugging purposes, the PYTHONPATH was
'C:\\lafs\\support\\Lib\\site-packages'
install_requires was
['setuptools >= 0.6c6', 'zfec >= 1.1.0', 'simplejson >= 1.4',
'zope.interface
>= 3.6.0, != 3.6.3, != 3.6.4', 'foolscap >= 0.8.0', 'pycrypto >= 2.1.0, !=
2.2,
!= 2.4', 'mock >= 0.8.0', 'pycryptopp >= 0.6.0', 'service-identity',
'characteri
stic >= 14.0.0', 'pyasn1 >= 0.1.4', 'pyasn1-modules >= 0.0.5', 'Twisted >=
11.1.
0, <= 12.1.0', 'Nevow >= 0.9.33, <= 0.10', 'pyOpenSSL >= 0.13, <= 0.13.1']
sys.path after importing pkg_resources was
C:\lafs\support\Scripts;
C:\lafs\support\Lib\site-packages\setuptools-0.6c16dev6.egg;
c:\lafs\src;
C:\lafs\support\Lib\site-packages\pyopenssl-0.13.1-py2.7-win-amd64.egg;
C:\lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\pyasn1_modules-0.0.6-py2.7.egg;
C:\lafs\support\Lib\site-packages\pyasn1-0.1.8-py2.7.egg;
C:\lafs\support\Lib\site-packages\characteristic-14.3.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\service_identity-14.0.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\pycryptopp-0.6.0.120656932814151052564863480
3928199668821045408958-py2.7-win-amd64.egg;
C:\lafs\support\Lib\site-packages\mock-1.1.2-py2.7.egg;
C:\lafs\support\Lib\site-packages\pycrypto-2.5-py2.7-win-amd64.egg;
C:\lafs\support\Lib\site-packages\foolscap-0.8.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\simplejson-3.7.3-py2.7.egg;
C:\lafs\support\Lib\site-packages\zfec-1.4.22-py2.7-win-amd64.egg;
C:\lafs\support\Lib\site-packages\six-1.9.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\pbr-1.3.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\pyutil-2.0.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\argparse-1.3.0-py2.7.egg;
C:\lafs\support\Lib\site-packages\zbase32-1.1.5-py2.7.egg;
C:\lafs\support\Lib\site-packages\twisted-12.1.0-py2.7-win-amd64.egg;
C:\lafs\support\Lib\site-packages\zope.interface-4.1.2-py2.7-win-amd64.egg;
C:\lafs\support\Lib\site-packages;
C:\Windows\system32\python27.zip;
c:\python27\DLLs;
c:\python27\lib;
c:\python27\lib\plat-win;
c:\python27\lib\lib-tk;
c:\python27;
c:\python27\lib\site-packages
So I'm like REALLY, REALLY confused about what/where/when it says "run
bin\tahoe --version" because it doesn't seem to be an actual executable.
Any help would be greatly appreciated. Thank you in advance.
Sincerely,
Ewen
(System information:
Intel Core 2 Duo Q9550 (4-core, 3.2 GHz stock, HTT N/A, TB N/A)
4x 2 GB GSkill DDR2-800 RAM (8 GB total)
Windows 7 x64 Professional
Python 2.7.10
not sure if you would need additional information about the computer that
I'm trying to run it on, but if you need more info, just let me know.
Thanks.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20150711/b1646010/attachment.html>
More information about the tahoe-dev
mailing list