--- In [email protected], Jerome Laheurte <[EMAIL PROTECTED]> wrote: > > On Thu, 2 Oct 2008, Frank Niessink wrote: > > > 2008/10/2 João Alexandre de Toledo <[EMAIL PROTECTED]>: > >> > >> Thank you, Frank, but after updating my working copy, it stopped > >> working. It seems template.py was not copied by setup.py. > >> > >> After copying it manually, everything seems ok. > > > > Oops, I thought template.py was a generated file, but it isn't. I just > > readded it. > > It should be. There's a new "templates" target in the makefile and > i18n depends on it, so "make i18n" should have done the trick. > > Cheers > Jérôme >
I've just run python setup.py install... Later, when I tried to run taskcoach.py, it complained there was no module called template. I've found then templates.in and run make.py, but after that setup.py didn't installed it yet. So I copied it manually. Maybe everything would be ok if I had run the correct "make" before running setup.py. What are the correct steps to install it from sources in a Windows machine? By the way, creating tasks from templates is great! Thanks! João.
