Changes between Initial Version and Version 1 of Ticket #664
- Timestamp:
- 2009-03-17T19:40:22Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #664 – Description
initial v1 2 2 Win 7 3 3 4 5 4 {{{ 6 5 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\bin>tahoe start -C C:\stor 7 6 STARTING C:\stor 8 C:\Python26\lib\site-packages\zope\__init__.py:3: UserWarning: Module twisted wa 9 s already imported from C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support 10 \Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\__init__.pyc, but c:\us 11 ers\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\nevow-0.9. 12 32-py2.6.egg is being added to sys.path 7 C:\Python26\lib\site-packages\zope\__init__.py:3: UserWarning: Module twisted was already imported from C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\__init__.pyc, but c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\nevow-0.9.32-py2.6.egg is being added to sys.path 13 8 import pkg_resources 14 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twist 15 ed-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py:12: DeprecationWarning: the md 16 5 module is deprecated; use hashlib instead 9 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead 17 10 import os, md5, sys 18 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twist 19 ed-8.2.0-py2.6-win32.egg\twisted\python\filepath.py:12: DeprecationWarning: the 20 sha module is deprecated; use the hashlib module instead 11 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\twisted-8.2.0-py2.6-win32.egg\twisted\python\filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead 21 12 import sha 22 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\fools 23 cap-0.3.2-py2.6.egg\foolscap\banana.py:2: DeprecationWarning: the sets module is 24 deprecated 13 C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\support\Lib\site-packages\foolscap-0.3.2-py2.6.egg\foolscap\banana.py:2: DeprecationWarning: the sets module is deprecated 25 14 import struct, sets, time 26 15 Traceback (most recent call last): 27 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 28 es\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 694, in run 16 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 694, in run 29 17 runApp(config) 30 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 31 es\Twisted-8.2.0-py2.6-win32.egg\twisted\scripts\twistd.py", line 23, in runApp 18 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\scripts\twistd.py", line 23, in runApp 32 19 _SomeApplicationRunner(config).run() 33 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 34 es\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 411, in run 20 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 411, in run 35 21 self.application = self.createOrGetApplication() 36 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 37 es\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 494, in creat 38 eOrGetApplication 22 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 494, in createOrGetApplication 39 23 application = getApplication(self.config, passphrase) 40 24 --- <exception caught here> --- 41 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 42 es\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 505, in getAp 43 plication 25 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\app.py", line 505, in getApplication 44 26 application = service.loadApplication(filename, style, passphrase) 45 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 46 es\Twisted-8.2.0-py2.6-win32.egg\twisted\application\service.py", line 390, in l 47 oadApplication 27 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\application\service.py", line 390, in loadApplication 48 28 application = sob.loadValueFromFile(filename, 'application', passphrase) 49 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 50 es\Twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py", line 214, in loadVal 51 ueFromFile 29 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\Twisted-8.2.0-py2.6-win32.egg\twisted\persisted\sob.py", line 214, in loadValueFromFile 52 30 exec fileObj in d, d 53 31 File "tahoe-client.tac", line 7, in <module> 54 32 from allmydata import client 55 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\client.py 56 ", line 3, in <module> 33 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\client.py", line 3, in <module> 57 34 from allmydata import node 58 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\node.py", 59 line 19, in <module> 35 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\node.py", line 19, in <module> 60 36 for thing, things_version in get_package_versions().iteritems(): 61 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__. 62 py", line 169, in get_package_versions 63 return dict([(k, v) for k, (v, l) in get_package_versions_and_locations().it 64 eritems()]) 65 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__. 66 py", line 139, in get_package_versions_and_locations 67 import OpenSSL, allmydata, foolscap, nevow, platform, pycryptopp, setuptools 68 , simplejson, twisted, zfec, zope.interface 69 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packag 70 es\pyOpenSSL-0.8-py2.6-win32.egg\OpenSSL\__init__.py", line 11, in <module> 37 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 169, in get_package_versions 38 return dict([(k, v) for k, (v, l) in get_package_versions_and_locations().iteritems()]) 39 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 139, in get_package_versions_and_locations 40 import OpenSSL, allmydata, foolscap, nevow, platform, pycryptopp, setuptools, simplejson, twisted, zfec, zope.interface 41 File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\support\lib\site-packages\pyOpenSSL-0.8-py2.6-win32.egg\OpenSSL\__init__.py", line 11, in <module> 71 42 import rand, crypto, SSL, tsafe 72 exceptions.ImportError: DLL load failed: The specified procedure could not be fo 73 und. 43 exceptions.ImportError: DLL load failed: The specified procedure could not be found. 74 44 75 Failed to load application: DLL load failed: The specified procedure could not b 76 e found. 45 Failed to load application: DLL load failed: The specified procedure could not be found. 77 46 78 47 client node probably not started 48 }}}