Hi everyone.

I am developing a distributed system that includes a TG web application
and a few other services, and the whole thing is supposed to be easily
installable on Windows, without requiring python or TG.

Developing applications with TG is extremely easy and fun. But I've
been having quite a few bumps with packaging and deployment of the
code. First, I found that py2exe did not understand eggs. Thanks to
Kevin, this is solvable (or at least hackable). Now my exe is
generated, great, but there's another problem: when the web app runs as
an executable, json is not recognized as a templating engine. As far as
I understand, templating engines should be picked up automatically when
corresponding eggs are loaded, right? TurboJson egg in in my sys.path,
so this should, theoretically, work. But it does not. Of course, I am
missing something, and I hope that somepone has already solved this in
his project. If someone, please, could give me a hint about what I am
missing, that would save my day (or a few weeks, for that matter).

On a larger scale, what is needed is a tutorial covering standalone TG
app packaging for Windows. Or, perhaps, something like Instant Rails,
only for deployment of self-contained TG applications.

Thank you,

Volodya Orlenko


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to