Re: Updated SQLAlchemy for people in a hurry

2007-08-03 Thread Mike Orr
On 8/2/07, Denis Crowdy [EMAIL PROTECTED] wrote: Hi, I am getting the same problem referred to by Olli here, and have been unable to solve it using the solution suggested by Mike. I am developing on a Linux box - ubuntu feisty. This is happening with the SAContext demo. File

Pylons 0.9.5 + SAContext and nosetests gives additional warnings

2007-08-03 Thread Tomasz Nazar
Hi there! In short: Using Pylons 0.9.5 + SQLAlchemy + SaContext When running app or tests all is OK. But after change from pylons.database to sacontext for each 'nosetests test_*.py' I get a configuration error in addition: AttributeError: No configuration has been registered for this process or

Re: Pylons and Python version -Setting Debian to Python 2.5

2007-08-03 Thread voltron
Hmm, I was scared of touching anything in Pylons for fear of it exploding Jose:-)) This is what I did instead: Edit /usr/share/python/debian_defaults to this Code: [DEFAULT] # the default python version default-version = python2.5 # all supported python versions supported-versions = python2.4,

Missing nose version on the cheeseshop breaks pylons

2007-08-03 Thread Jerry Seutter
Hi, I just tried installing Pylons using the directions on the Pylons website - it failed because nose version 0.9.2 is no longer available on the cheeseshop, and Pylons requires a nose version between 0.9.2 and 0.9.9. Is there any chance you can put this version back up on the cheeseshop? I

Re: Missing nose version on the cheeseshop breaks pylons

2007-08-03 Thread tarmo
Hi, I ran into the same problem, any workaround available? Thanks, Tarmo Lehtpuu On Aug 3, 10:33 pm, Jerry Seutter [EMAIL PROTECTED] wrote: Hi, I just tried installing Pylons using the directions on the Pylons website - it failed because nose version 0.9.2 is no longer available on the

Re: Missing nose version on the cheeseshop breaks pylons

2007-08-03 Thread Wichert Akkerman
try using http://download.zope.org/ppix as index for setuptools. That mirrors the data from the cheeseshop but should not hide older versions and be a lot faster. Wichert. Previously tarmo wrote: Hi, I ran into the same problem, any workaround available? Thanks, Tarmo Lehtpuu On