Installing it like this*: pip.py install -i http://turbogears.org/2.0/downloads/2.0final/index/ --install-option=--user TurboGears2
it complained about "No module named ez_setup" while installing the Extremes package. I just copied ez_setup.py from the TurboGears2 directory and the install succeeded. Seems to me, that files is missing from the Extremes package. * I'm using Python 2.6, --install-option=--user makes pip use the pep-370 feature, so that I don't use virtualenv or similar. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
