Re: migrating to Pylons 0.9.6rc1

2007-07-22 Thread Max Ischenko
Just wanted to report my experience with 0.9.6rc1 while migrating my app to it. Another problem is that I can't use nose-0.10 alpha releases with Pylons, since I got: VersionConflict: (nose 0.10.0a2 (/usr/lib/python2.5/site-packages/ nose-0.10.0a2-py2.5.egg),

Re: migrating to Pylons 0.9.6rc1

2007-07-22 Thread Ben Bangert
On Jul 21, 2007, at 11:03 PM, Max Ischenko wrote: Another problem is that I can't use nose-0.10 alpha releases with Pylons, since I got: VersionConflict: (nose 0.10.0a2 (/usr/lib/python2.5/site-packages/ nose-0.10.0a2-py2.5.egg), Requirement.parse('nose=0.9.2,=0.9.9')) For reasons I'm not

migrating to Pylons 0.9.6rc1

2007-07-21 Thread Max Ischenko
Hello, Just wanted to report my experience with 0.9.6rc1 while migrating my app to it. Most time consuming part was manual diff/merge procedure, since I made _a lot_ of changes to framework-generated files and they do change a lot as well. Migrating to SAContext was a breeze, I was able to