Em Friday 15 February 2008 07:04:02 iain duncan escreveu: > hi folks, got myself in a bit of a situation here. I'm on webfaction and > I can't get the versions of toscawidgets and twforms and formencode I > need installed because their virtual env is running setuptools 0.6c6 > > Does anyone know how I can run a more recent one? I only have write > access to my local python lib dir, so I can do things like > > easy_install-2.4 -d. fooegg > > but have no idea how I would actually run a new setup tools version.
easy_install -U setuptools :-) Otherwise you can download it and use your local copy instead of theirs. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

