On Fri, 3 Oct 2008, João Alexandre de Toledo wrote: > --- In [email protected], Jerome Laheurte <[EMAIL PROTECTED]> > wrote:
>> 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. > 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. Yes, if you run directly setup.py, you'll miss all generated files. And if you happen to have an old version of these, you'll miss icons and translation strings at runtime. > What are the correct steps to install it from sources in a Windows > machine? You should first type make icons i18n in the top directory, in a Cygwin shell. Then, use setup.py to install (or you can run it directly from the source directory). > By the way, creating tasks from templates is great! Yeah, I started to use it at work and it's a time saver. And we can close like 3 feature requests at once :) Cheers Jérôme
