Re: Python and GUI

2007-05-21 Thread Petr Muller
[EMAIL PROTECTED] wrote: > Just wondering on what peoples opinions are of the GUIs avaiable for > Python? > > All I am doing is prompting users for some data (listbox, radio > buttons, text box, ect...). Then I will have some text output, maybe > a scrolling text message as things are happening.

xml input sanitizing method in standard lib?

2009-03-09 Thread Petr Muller
Hi, Is there some method provided in python standard library to sanitize strings used as input to xml documents? (=remove form-feeds and whatever else). I've searched docs and google, found only 4Suite project. I cannot rely on something not in standard lib, so I'm wondering if I've just overlooke

Re: xml input sanitizing method in standard lib?

2009-03-09 Thread Petr Muller
Hi, > > Is there some method provided in python standard library to sanitize > > strings used as input to xml documents? (=remove form-feeds and whatever > > else). I've searched docs and google, found only 4Suite project. I > > cannot rely on something not in standard lib, so I'm wondering if I'v