Re: Error: cannot import name ugettext_lazy

2008-07-21 Thread Fernando Rodríguez
El lun, 21-07-2008 a las 12:10 -0500, James Bennett escribió: > You will not be able to follow along with the book using the Django > 0.96 release (as stated in the opening chapters). You will need to > instal a dev version from SVN. > Thanks, I just got version 0.97 from svn. --~--~

Error: cannot import name ugettext_lazy

2008-07-21 Thread Fernando Rodríguez
Hi, I'm implementing the coltrane blog app in "Practical Django Projects" and when I try to syncdb I get this odd error: Error: Couldn't install apps, because there were errors in one or more models: coltrane: cannot import name ugettext_lazy Anybody knows what this might mean? Thanks in adv