> did you try installing it directly? easy_install zope.interface That works:
C:\Windows\system32>easy_install zope.interface Searching for zope.interface Best match: zope.interface 3.5.0 Processing zope.interface-3.5.0-py2.6-win32.egg zope.interface 3.5.0 is already the active version in easy- install.pth Using c:\python26\lib\site-packages\zope.interface-3.5.0-py2.6- win32.egg Processing dependencies for zope.interface Finished processing dependencies for zope.interface I notice the versions are different. Direct installation gets 3.5.0, whereas the tg.devtools tried to install 3.4.1. I boldly went ahead and ran the tg.devtools installation. Looks like it didn't trip over zope.interface anymore: C:\Windows\system32>easy_install -U -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools Searching for tg.devtools Reading http://www.turbogears.org/2.0/downloads/current/index/tg.devtools/ Best match: tg.devtools 2.0b4 Processing tg.devtools-2.0b4-py2.6.egg tg.devtools 2.0b4 is already the active version in easy-install.pth Using c:\python26\lib\site-packages\tg.devtools-2.0b4-py2.6.egg Processing dependencies for tg.devtools Searching for transaction Reading http://www.turbogears.org/2.0/downloads/current/index/transaction/ Best match: transaction 1.0a1 Downloading http://www.turbogears.org/2.0/downloads/current/transaction-1.0a1.tar.gz Processing transaction-1.0a1.tar.gz Running transaction-1.0a1\setup.py -q bdist_egg --dist-dir c:\users \rene\appdata\local\temp\easy_install-k3aprs\transaction-1.0a1\egg- dist-tmp-3nzezy Adding transaction 1.0a1 to easy-install.pth file Installed c:\python26\lib\site-packages\transaction-1.0a1-py2.6.egg Searching for simplejson>=1.9.1 Reading http://www.turbogears.org/2.0/downloads/current/index/simplejson/ Best match: simplejson 2.0.4 Downloading http://www.turbogears.org/2.0/downloads/current/simplejson-2.0.4.tar.gz Processing simplejson-2.0.4.tar.gz Running simplejson-2.0.4\setup.py -q bdist_egg --dist-dir c:\users \rene\appdata\local\temp\easy_install-xwuxgb\simplejson-2.0.4\egg-dist- tmp-6dknxs error: Setup script exited with error: None ...but it still fails. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

