Re: installing pyramid/Chameleon: No module named distribute_setup ?

2011-02-28 Thread Rocky Burt
Just an update that Chameleon 2.0rc2 was just released that fixes this as well. - Rocky -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send em

Re: installing pyramid/Chameleon: No module named distribute_setup ?

2011-02-28 Thread Andreas Reuleaux
wow, that was fast and works like a charm, thanks. -Andreas On Mon, Feb 28, 2011 at 01:47:41PM -0500, Chris McDonough wrote: > A new version of Chameleon was released about an hour ago that doesn't > work with Pyramid. > > While that's worked out, before installing Pyramid, in your virtualenv,

Re: installing pyramid/Chameleon: No module named distribute_setup ?

2011-02-28 Thread Chris McDonough
A new version of Chameleon was released about an hour ago that doesn't work with Pyramid. While that's worked out, before installing Pyramid, in your virtualenv, do: bin/easy_install "Chameleon<1." Then run "easy_install pyramid". On Mon, 2011-02-28 at 19:44 +0100, Andreas Reuleaux wrote: >

Re: Installing Pyramid

2010-11-13 Thread Chris McDonough
On Sat, 2010-11-13 at 23:27 +0100, Christoph Zwerschke wrote: > Am 13.11.2010 21:08 schrieb Chris McDonough: > > See https://github.com/Pylons/pyramid/blob/master/HACKING.txt > > Particularly the point "install ``setuptools-git`` into the virtualenv". > > Btw, this could be improved by not only s

Re: Installing Pyramid

2010-11-13 Thread Christoph Zwerschke
Am 13.11.2010 21:08 schrieb Chris McDonough: See https://github.com/Pylons/pyramid/blob/master/HACKING.txt Particularly the point "install ``setuptools-git`` into the virtualenv". Btw, this could be improved by not only setting include_package_data in setup.py (which needs the source to be in

Re: Installing Pyramid

2010-11-13 Thread Chris McDonough
On Sat, 2010-11-13 at 12:04 -0800, Mike Orr wrote: > Trying to install Pyramid from the repository. I ran "git clone" and > now "git fetch", and installed with "pip install > --download-cache=~/exp/dc .", but when I create an application > "paster create -t pyramid_routesalchemy tutorial" > it says