[tahoe-dev] easy_install failure on vista: Could not import twisted.

Nathan nejucomo at gmail.com
Mon Sep 24 23:18:09 UTC 2007


Hey folks,

I'm installing tahoe on a fairly fresh Vista box.  I'm not very
familiar with Vista, easy_install, or installing tahoe any way except
"in place", so I figure it's a good QA opportunity.

It looks like easy_install dies because twisted isn't installed.  If
it is a dependency, shouldn't easy_install recursively install it?

Here's the command prompt session:

C:\Windows\system32>c:\Python25\Scripts\easy_install.exe allmydata-tahoe
Searching for allmydata-tahoe
Best match: allmydata-tahoe 0.6.0
Processing allmydata_tahoe-0.6.0-py2.5-win32.egg
allmydata-tahoe 0.6.0 is already the active version in easy-install.pth
Installing allmydata-tahoe-script.py script to C:\Python25\Scripts
Installing allmydata-tahoe.exe script to C:\Python25\Scripts

Using c:\python25\lib\site-packages\allmydata_tahoe-0.6.0-py2.5-win32.egg
Not found: misc\dependencies\foolscap-0.1.6.tar.gz
Not found: misc\dependencies\Nevow-0.9.18.tar.gz
Not found: misc\dependencies\zfec-1.0.4.tar.gz
Not found: misc\dependencies\zope.interface-3.4.0.tar.gz
Processing dependencies for allmydata-tahoe
Searching for nevow>=0.6.0
Reading http://allmydata.org/trac/tahoe/wiki/Dependencies
Reading http://pypi.python.org/simple/nevow/
Couldn't find index page for 'nevow' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Reading http://pypi.python.org/simple/Nevow/
Reading http://divmod.org/trac/wiki/DivmodNevow
Reading http://divmod.org/projects/nevow
Reading http://www.divmod.org/
Best match: Nevow 0.9.18
Downloading http://divmod.org/trac/attachment/wiki/SoftwareReleases/Nevow-0.9.18
.tar.gz?format=raw
Processing Nevow-0.9.18.tar.gz
Running Nevow-0.9.18\setup.py -q bdist_egg --dist-dir c:\users\nathan\appdata\lo
cal\temp\easy_install-5epcis\Nevow-0.9.18\egg-dist-tmp-4x0sfv
Traceback (most recent call last):
  File "c:\Python25\Scripts\easy_install-script.py", line 8, in <module>
    load_entry_point('setuptools==0.6c7', 'console_scripts', 'easy_install')()
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 1670, in main
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 1659, in with_ei_usage
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 1674, in <lambda>
  File "C:\Python25\lib\distutils\core.py", line 151, in setup
    dist.run_commands()
  File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands
    self.run_command(cmd)
  File "C:\Python25\lib\distutils\dist.py", line 994, in run_command
    cmd_obj.run()
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 211, in run
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 446, in easy_install
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 476, in install_item
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 519, in process_distribution
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\pkg_resources.p
y", line 522, in resolve
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\pkg_resources.p
y", line 758, in best_match
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\pkg_resources.p
y", line 770, in obtain
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 446, in easy_install
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 471, in install_item
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 655, in install_eggs
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 930, in build_and_install
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\comm
and\easy_install.py", line 919, in run_setup
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\sand
box.py", line 27, in run_setup
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\sand
box.py", line 63, in run
  File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\sand
box.py", line 29, in <lambda>
  File "setup.py", line 8, in <module>
  File "c:\users\nathan\appdata\local\temp\easy_install-5epcis\Nevow-0.9.18\setu
pcommon.py", line 2, in <module>
  File "c:\users\nathan\appdata\local\temp\easy_install-5epcis\Nevow-0.9.18\nevo
w\__init__.py", line 5, in <module>
  File "c:\users\nathan\appdata\local\temp\easy_install-5epcis\Nevow-0.9.18\nevo
w\_version.py", line 2, in <module>
ImportError: No module named twisted.python



More information about the tahoe-dev mailing list