> gasolin, > > Yes, I do copy the templates by hand via a little shell script, where > XXX is the project directory: >
What I mean is *tmpl should be copied automatically in tg2exe >=0.1. Isn't it work for you? > #!/bin/sh > tg-admin makexe 2>&1 | tee makexe.log > cp dev.cfg dist/prod.cfg > cp devdata.sqlite dist/ > cp XXX/templates/*.tmpl dist/XXX/templates/ > > for distribution it's better to use "prod.cfg" instead of "dev.cfg". (at least the server will work without auto-reload) > Good news! > An easy fix is to add: 'import _strptime' to your start_xxxx.py file. > It's a helpful info, thanks! -- Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

