2006/5/23, Chris Smith <[EMAIL PROTECTED]>:
> Diez B. Roggisch wrote:
> > Paolo Pantaleo wrote:
> >
> >
> >>I am working on this:
> >>
> >>I have a text file, containig certain section in the form
> >> >> python code here
> >>py?>
> >>
> >>I parse the text file and substitute the python code with
Diez B. Roggisch wrote:
> Paolo Pantaleo wrote:
>
>
>>I am working on this:
>>
>>I have a text file, containig certain section in the form
>>> python code here
>>py?>
>>
>>I parse the text file and substitute the python code with its result
>>[redirecting sys.stdin to a StringIO]. It something
Paolo Pantaleo wrote:
> I am working on this:
>
> I have a text file, containig certain section in the form
>python code here
> py?>
>
> I parse the text file and substitute the python code with its result
> [redirecting sys.stdin to a StringIO]. It something like php or
> embedded perl.
>
Paolo Pantaleo a écrit :
> I am working on this:
>
> I have a text file, containig certain section in the form
> python code here
> py?>
>
> I parse the text file and substitute the python code with its result
> [redirecting sys.stdin to a StringIO]. It something like php or
> embedded perl.
>
Paolo Pantaleo wrote:
> I am working on this:
>
> I have a text file, containig certain section in the form
>python code here
> py?>
>
> I parse the text file and substitute the python code with its result
> [redirecting sys.stdin to a StringIO]. It something like php or
> embedded perl.
>
>
Paolo Pantaleo wrote:
> I am working on this:
>
> I have a text file, containig certain section in the form
>python code here
> py?>
>
> I parse the text file and substitute the python code with its result
> [redirecting sys.stdin to a StringIO]. It something like php or
> embedded perl.
>
I am working on this:
I have a text file, containig certain section in the form
I parse the text file and substitute the python code with its result
[redirecting sys.stdin to a StringIO]. It something like php or
embedded perl.
So my little toy works not bad, but I was wondering if such a feat