> I recommend you start with clean setup.py and development/production.inis from 1.2 and then fill it up with your config
Thank you, that's what I did > I also recommend you lock the libs to specific version your app is tested against Wise words, I'll do. Thanks for your support On Wed, Oct 19, 2011 at 3:10 PM, Vlad K. <[email protected]> wrote: > > I recommend you start with clean setup.py and development/production.inis > from 1.2 and then fill it up with your config. Also good thing to watch the > changelog for (breaking) changes. I also recommend you lock the libs to > specific version your app is tested against, ie. don't use >= but == for > version specification. You can always later check for updates, test if the > latest version works and then update the setup.py and pip install the > updates. > > > .oO V Oo. > > > > On 10/19/2011 02:34 PM, neurino wrote: > >> P.S.: I guess I'll have to replace >> >> `repoze.tm2>=1.0b1` with `pyramid_tm` in my setup.py.... >> >> > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to > pylons-discuss@googlegroups.**com<[email protected]> > . > To unsubscribe from this group, send email to pylons-discuss+unsubscribe@* > *googlegroups.com <pylons-discuss%[email protected]>. > For more options, visit this group at http://groups.google.com/** > group/pylons-discuss?hl=en<http://groups.google.com/group/pylons-discuss?hl=en> > . > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
