Re: Python Widget to read in user input box in blog

2007-04-24 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hey, > > I am helping to develop a project that displays images based on user > input. One possible way of implementing this is via a widget that > when it is run, would read in the users input from an input text field > (probably from a blog), and replace it with the

Re: Python Widget to read in user input box in blog

2007-04-23 Thread half . italian
On Apr 23, 6:57 pm, [EMAIL PROTECTED] wrote: > Hey, > > I am helping to develop a project that displays images based on user > input. One possible way of implementing this is via a widget that > when it is run, would read in the users input from an input text field > (probably from a blog), and re

Re: Python Widget to read in user input box in blog

2007-04-23 Thread James Stroud
[EMAIL PROTECTED] wrote: > Hey, > > I am helping to develop a project that displays images based on user > input. One possible way of implementing this is via a widget that > when it is run, would read in the users input from an input text field > (probably from a blog), and replace it with the H

Python Widget to read in user input box in blog

2007-04-23 Thread ecpbm765
Hey, I am helping to develop a project that displays images based on user input. One possible way of implementing this is via a widget that when it is run, would read in the users input from an input text field (probably from a blog), and replace it with the HTML that would display those images.