Re: Trouble with Routes

2007-08-27 Thread Neil Blakey-Milner
d I've had one of my developer colleagues come to me with the same problem as well. We almost exclusively use named routes - I think there's only one place in the two projects we've done with Routes where we don't - and so the current behaviour feels a bit weird. Neil -- Neil

Re: SQLAlchemy tutorial

2007-08-17 Thread Neil Blakey-Milner
de. Implementation details don't seem as important as how it feels to use it. Anyway, we're back to a namespace collision (even if only in people's heads) if we're expecting people to get used to having "Session" and "session" both in scope. Neil -- N

Re: [Paste] Can't start pylons app

2007-08-16 Thread Neil Blakey-Milner
On 8/16/07, Cliff Wells <[EMAIL PROTECTED]> wrote: > On Wed, 2007-08-15 at 19:15 +0200, Neil Blakey-Milner wrote: > > > Or, even better, use virtual-python or workingenv, and never install > > moving targets into your core Python library location. > > Out of curiosi

Re: [Paste] Can't start pylons app

2007-08-15 Thread Neil Blakey-Milner
y part. > > Morale: never install eggs on a Debian-based system. Or, even better, use virtual-python or workingenv, and never install moving targets into your core Python library location. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~-~--~~~---

Re: Template engines

2007-07-06 Thread Neil Blakey-Milner
h what they're used to. And, well, people who think they're good enough to remember to encode their data every time aren't going to take kindly to telling them that using an XML-based system is better for newbies. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~-

Generic Database Abstractions from Tesla

2007-06-26 Thread Neil Blakey-Milner
calling them would mean that older lib/database.py files would raise errors because the functions don't exist. (One possibly workaround is to make a class which inherits from a Pylons class that defaults to doing nothing in those functions. I'm not sure I like it.) Is this change the right

Re: Pylons Logo Design

2007-06-05 Thread Neil Blakey-Milner
side, or square with the name on the bottom, or whatever), would be easy to recognise (and not require an object-by-object explanation), would stand the test of time better, and would more easily allow for evolutionary changes than something that involves multiple objects. Neil -- Neil Blakey-Mil

Re: Migrations like database evolution tool?

2007-05-28 Thread Neil Blakey-Milner
sson.com/migrate/trac/ - is supposed to do this (for SQLAlchemy). Haven't got around to using it, though, and there doesn't seem to be much traffic on the mailing list. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~-~--~~~---~--~-

Re: Mod_python and Sessions?

2007-05-26 Thread Neil Blakey-Milner
ese to "Things to keep in mind" on: http://docs.pythonweb.org/display/pylonscookbook/Production+deployment+using+mod_python Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you a