Hi David, Genshi is unsupported on Python3.5. Together with easier inheritance and better performances that's one of the major reasons why TurboGears switched to Kajiki as the main template engine.
You might want to port your template to Kajiki as explained by http://turbogears.readthedocs.io/en/latest/turbogears/kajiki-xml-templates.html#converting-genshi-templates-to-kajiki or consider running at most on Python3.4 where Genshi can be used when templating.genshi.name_constant_patch option is enabled as explained on http://turbogears.readthedocs.io/en/latest/reference/upgrading.html#genshi-work-around-available-for-python3-4 On Wed, Nov 9, 2016 at 12:57 PM, David Robinson <[email protected]> wrote: > I'm pretty new to TG and have been experimenting with variations on the > basic tutorials. These work ok but, obviously, you couldn't make a real > world application that looks any good just using those techniques are not > up to scratch. Answer - look at forms made with Toscawidgets. Problem - I > can't get Toscawidgets to install. > > Command "e:\tgprojects\tgtry\scripts\python.exe -u -c "import setuptools, > tokeni > ze;__file__='C:\\Users\\DROXXO~1\\AppData\\Local\\ > Temp\\pip-build-5vaj60gu\\Gens > hi\\setup.py';exec(compile(getattr(tokenize, 'open', > open)(__file__).read().repl > ace('\r\n', '\n'), __file__, 'exec'))" install --record > C:\Users\DROXXO~1\AppDat > a\Local\Temp\pip-9ee2pkzj-record\install-record.txt > --single-version-externally- > managed --compile --install-headers e:\tgprojects\tgtry\include\ > site\python3.5\G > enshi" failed with error code 1 in C:\Users\DROXXO~1\AppData\ > Local\Temp\pip-buil > d-5vaj60gu\Genshi\ > > this seems to imply that Tosca relies on Genshi - and I read that Genshi > won't work with Python > 3.3 > > Am I trying to work with a combination that makes this (using Tosca) > impossible or have I missed something ? > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

