Hi all. I'm working on building up some nice Amazon EC2 images that are
pre-configured to the point that the developer needs do nearly nothing to
get their app installed and working. To that end, i've gone so far as to
pre-download/install (in its own virtualenv, of course, and under its own
user account), all of the packages from the TG PyPI index, and even
configured mod_wsgi to be pretty well done.

My issue comes about from staticly serving the css, javascript, and images
files. I've written up a small tool called tglinker that will set up the
links to the user's application. Right now, it's usage is simple: Install
tglinker (via easy_install), install your app, and then run "tglinker
installed_app_name installed_app_version". My question is this: Should I
spend the time learning Urwid so that I can make this a console/curses based
app, or is a command line fine for this (keeping in mind that I will be
writing up full docs on the command line app)?

Feedback very appreciated on this. Thank you.

-- 
Michael J. Pedersen
My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171
         Yahoo/pedermj2002, MSN/[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.

Reply via email to