#664 closed defect

Unable to start. — at Version 1

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 (1)

comment:1 Changed at 2009-03-17T19:40:22Z by zooko

  • Description modified (diff)

reformatted by putting the wiki markup {{{ and }}} around the cut and paste and removing the extra carriage returns

Note: See TracTickets for help on using tickets.