Well, I can answer my own problem. It seems Markup has a windows portability issue in template.py -- should use os.path rather than posixpath. posixpath barfs on '\' in Windows paths which messes up the calculation of paths for relatively included template filenames.
I've mentioned this over on the 'Markup' group. Tnx Alan (bound, sadly to Win32 for now ..) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

