Opened at 2009-03-17T19:24:55Z
Closed at 2009-08-06T18:35:14Z
#664 closed defect (duplicate)
Unable to start.
Reported by: | hottuna | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | packaging | Version: | 1.3.0 |
Keywords: | Cc: | cgalvan | |
Launchpad Bug: |
Description (last modified by zooko)
Python 2.6 Win 7
C:\Users\hottuna\Downloads\allmydata-tahoe-1.3.0\bin>tahoe start -C C:\stor STARTING C:\stor 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 import pkg_resources 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 import os, md5, sys 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 import sha 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 import struct, sets, time Traceback (most recent call last): 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 runApp(config) 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 _SomeApplicationRunner(config).run() 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 self.application = self.createOrGetApplication() 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 application = getApplication(self.config, passphrase) --- <exception caught here> --- 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 application = service.loadApplication(filename, style, passphrase) 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 application = sob.loadValueFromFile(filename, 'application', passphrase) 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 exec fileObj in d, d File "tahoe-client.tac", line 7, in <module> from allmydata import client File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\client.py", line 3, in <module> from allmydata import node File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\node.py", line 19, in <module> for thing, things_version in get_package_versions().iteritems(): File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 169, in get_package_versions return dict([(k, v) for k, (v, l) in get_package_versions_and_locations().iteritems()]) File "c:\users\hottuna\downloads\allmydata-tahoe-1.3.0\src\allmydata\__init__.py", line 139, in get_package_versions_and_locations import OpenSSL, allmydata, foolscap, nevow, platform, pycryptopp, setuptools, simplejson, twisted, zfec, zope.interface 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> import rand, crypto, SSL, tsafe exceptions.ImportError: DLL load failed: The specified procedure could not be found. Failed to load application: DLL load failed: The specified procedure could not be found. client node probably not started
Change History (4)
comment:1 Changed at 2009-03-17T19:40:22Z by zooko
- Description modified (diff)
comment:2 Changed at 2009-03-17T20:01:52Z by zooko
- Cc cgalvan added
- Component changed from code to packaging
Adding Cc: Chris Galvan, in case he wants to help with this.
comment:3 Changed at 2009-03-18T02:03:35Z by zooko
This indicates that #456 (it would be nice if the dependency on OpenSSL could be automatically resolved) wasn't really fixed. Hm, note that hottuna is using Python 2.6. Chris Galvan built the eggs for Python 2.4 and 2.5, but I built the egg for Python 2.6. Perhaps I did it wrong!
comment:4 Changed at 2009-08-06T18:35:14Z by zooko
- Resolution set to duplicate
- Status changed from new to closed
This is a duplicate of #456.
Note: See
TracTickets for help on using
tickets.
reformatted by putting the wiki markup {{{ and }}} around the cut and paste and removing the extra carriage returns