Extending Python questions
Diez B. Roggisch
deetsNOSPAM at web.de
Thu Nov 4 07:29:37 EST 2004
>
> Thanks for the reply. I'll try those.
> The reason I'm trying it this way is that a user can add python code
> inside the scripts.
Sorry to say that, but then you'll have to either write a real parser that
understands both syntaxes - and I bet thats more effort as converting your
existing scripts.
You can't have your cake and eat it - if you want python, you should use its
syntax.
--
Regards,
Diez B. Roggisch
More information about the Python-list
mailing list