Em Tuesday 30 October 2007 01:51:33 [EMAIL PROTECTED] escreveu: > > Is there a simple way to take a current python app which runs as a GUI > and make it web accessible via TurboGears ??
Its simple if the app wasn't written around the GUI. It is hard if it was. So, the answer is: it depends on the app. > I want to be able to make system-config-kickstart (available via: yum - > y install system-config-kickstart) accessible via a web interface. > > Or maybe just use some of it's modules to import data ? If it has modules, you can redraw some screens as HTML forms and work with that importing those modules. It should be as simple as that. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

