Pyramid 1.2.4 released

2011-12-06 Thread Chris McDonough
Pyramid 1.2.4 has been released. This is a bug fix and minor feature release. The changes from 1.2.3 are as follows: Features - ``bpython`` interpreter compatibility in ``pshell``. See the Command-Line Pyramid narrative docs chapter for more information. Bug Fixes

Re: Pyramid 1.2.4 released

2011-12-06 Thread rihad
How can I upgrade to 1.2.4? I've tried this: (pyramidtut)[rihad@sol ~/pyramidtut/tutorial]$ python setup.py develop -U but... ... Searching for pyramid==1.2.3 Reading http://pypi.python.org/simple/pyramid/ Reading http://docs.pylonshq.com Reading http://pylonsproject.org Best match: pyramid

Re: Pyramid 1.2.4 released

2011-12-06 Thread Michael Merickel
Maybe just easy_install -U pyramid or pip install -U pyramid instead of going through setup.py develop. On Tue, Dec 6, 2011 at 6:10 AM, rihad ri...@mail.ru wrote: How can I upgrade to 1.2.4? I've tried this: (pyramidtut)[rihad@sol ~/pyramidtut/tutorial]$ python setup.py develop -U but...

Re: Pyramid 1.2.4 released

2011-12-06 Thread rihad
On Dec 6, 9:13 pm, Michael Merickel mmeri...@gmail.com wrote: Maybe just easy_install -U pyramid or pip install -U pyramid instead of going through setup.py develop. Yup, bin/easy_install -U pyramid did the trick, thanks. -- You received this message because you are subscribed to the Google