Mark Ramm schrieb: > On Wed, Sep 24, 2008 at 1:09 AM, Daniel Fetchinson >> Nevertheless, if technically possible, I agree that easy_install >> should only install stable releases. If it is technically not possible >> I of course accept that and will use tgsetup.py > > Well if the beta releases are not put in PyPi easy_install won't be > able to install them, so it is possible. > > Not sure what Florent and Chris think about keeping beta's out of pypi.
Unfortunately that won't help. The TG PyPI entry links to the TG download page at http://www.turbogears.org/download/filelist.html, where the TurboGears 1.1b1 is also available and easy_install will happily install it. We have to put up this egg somewhere and there is no guarantee that easy_install will not find it somehow (if we don't link it from *somewhere*, people will not find it too). Thats why using an install script that specifies the version to install explicitly is the only safe way, IMHO. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
