Fuzzyman wrote: (snip) > You say you don't want an 'extra layer' between your GUI and Python - > but your approach of using XML has the same drawback. Storing your 'GUI > configuration' in a text based format is a nice idea, but you will need > *something* to do the translation.
Well, if the conf is valid Python, you've already get most of the 'something to do the translation' for free !-) -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list