[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread alangs
easy_install -f http://www.turbogears.org/download/index.html TurboGears or download ez_setup.py: python ez_setup.py -f http://www.turbogears.org/download/index.html TurboGears

[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread Lee McFadden
Installing directly from SVN via easy_install isn't possible at the moment. However, if you don't want to use SVN (but I don't see why you wouldn't) you can download a nightly tarball from opensource4you[1], untar and use that as per the contributing to Turbogears[2] installation instructions.

[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread m h
Lee, I don't have any problem with using SVN directly. I was just wondering if I could easily get a 2.3 development environement up and running via easy_install. (Since some of the dependencies such as FormEncode are using decorators (2.4 constructs) too) On 12/6/05, Lee McFadden [EMAIL

[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread m h
cool, I'm in the process of checking out (via svn) and it appears to be using svn:externals to get the deps as well. Keeping my fingers crossed that this'll work. On 12/6/05, m h [EMAIL PROTECTED] wrote: Lee, I don't have any problem with using SVN directly. I was just wondering if I could

[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread Kevin Dangoor
From what I understand, the decorator use in FormEncode was just in experimental code anyhow. You should be able to use FormEncode anyhow. Kevin On 12/6/05, m h [EMAIL PROTECTED] wrote: Lee, I don't have any problem with using SVN directly. I was just wondering if I could easily get a 2.3

[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread Phillip J. Eby
Lee McFadden wrote: Installing directly from SVN via easy_install isn't possible at the moment. Not true, you just need to use an SVN url with a #egg=TurboGears suffix. The exact incantations are in the setuptools manual. It'd be something like: easy_install -f

[TurboGears] Re: install 0.9 using easy_install?

2005-12-06 Thread Lee McFadden
I stand corrected. Handy hint there :) Lee On 12/6/05, Phillip J. Eby [EMAIL PROTECTED] wrote: Lee McFadden wrote: Installing directly from SVN via easy_install isn't possible at the moment. Not true, you just need to use an SVN url with a #egg=TurboGears suffix. The exact