Re: PHP + TinyButStrong Python replacement

2008-05-09 Thread Bruno Desthuilliers
pistacchio a écrit : [EMAIL PROTECTED] ha scritto: On 7 mai, 16:17, pistacchio <[EMAIL PROTECTED]> wrote: George Sakkis ha scritto: (snip) What does it matter if it's a single file or a dozen under a package ? "Installation" for pure Python packages can be as simple as copying the package und

Re: PHP + TinyButStrong Python replacement

2008-05-08 Thread Jeroen Ruigrok van der Werven
-On [20080507 15:06], Mike Driscoll ([EMAIL PROTECTED]) wrote: >http://genshi.edgewall.org/ >http://www.kid-templating.org/ >http://www.cheetahtemplate.org/ >http://turbogears.org/ Add the following to that list: http://jinja.pocoo.org/ http://www.makotemplates.org/ I think Jinja and Mako are cu

Re: PHP + TinyButStrong Python replacement

2008-05-08 Thread pistacchio
[EMAIL PROTECTED] ha scritto: On 7 mai, 16:17, pistacchio <[EMAIL PROTECTED]> wrote: George Sakkis ha scritto: (snip) What does it matter if it's a single file or a dozen under a package ? "Installation" for pure Python packages can be as simple as copying the package under any directory in yo

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread [EMAIL PROTECTED]
On 7 mai, 16:17, pistacchio <[EMAIL PROTECTED]> wrote: > George Sakkis ha scritto: (snip) > > What does it matter if it's a single file or a dozen under a package ? > > "Installation" for pure Python packages can be as simple as copying > > the package under any directory in your PYTHONPATH. > > we

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread Terry Reedy
"pistacchio" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | well, it doesn't matter if it's a single file or a package, but it | _does_ matter if you have to put them under the path where python is | installed because, in a typical shared web hosting environment (such the | one th

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread python
Pistacchio, Templite http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496702 A light-weight (~40 lines), fully functional, general purpose templating engine, allowing you to embed python code directly into your text. This engine is suitable for any templating (not only HTML/XML), and is mi

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread pistacchio
George Sakkis ha scritto: On May 7, 9:40 am, pistacchio <[EMAIL PROTECTED]> wrote: Diez B. Roggisch ha scritto: pistacchio wrote: Mike Driscoll ha scritto: On May 7, 6:12 am, pistacchio <[EMAIL PROTECTED]> wrote: hi! i'm a php user and a python programmer. i'd love to use python for my s

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread George Sakkis
On May 7, 9:40 am, pistacchio <[EMAIL PROTECTED]> wrote: > Diez B. Roggisch ha scritto: > > > > > pistacchio wrote: > > >> Mike Driscoll ha scritto: > >>> On May 7, 6:12 am, pistacchio <[EMAIL PROTECTED]> wrote: > hi! i'm a php user and a python programmer. i'd love to use python for > m

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread pistacchio
Diez B. Roggisch ha scritto: pistacchio wrote: Mike Driscoll ha scritto: On May 7, 6:12 am, pistacchio <[EMAIL PROTECTED]> wrote: hi! i'm a php user and a python programmer. i'd love to use python for my server side needs but i can't seem to find what i'm looking for. for most of my php work

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread Diez B. Roggisch
pistacchio wrote: > Mike Driscoll ha scritto: >> On May 7, 6:12 am, pistacchio <[EMAIL PROTECTED]> wrote: >>> hi! i'm a php user and a python programmer. i'd love to use python for >>> my server side needs but i can't seem to find what i'm looking for. for >>> most of my php work i use mysql and t

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread pistacchio
Mike Driscoll ha scritto: On May 7, 6:12 am, pistacchio <[EMAIL PROTECTED]> wrote: hi! i'm a php user and a python programmer. i'd love to use python for my server side needs but i can't seem to find what i'm looking for. for most of my php work i use mysql and tinyButStrong (http://www.tinybuts

Re: PHP + TinyButStrong Python replacement

2008-05-07 Thread Mike Driscoll
On May 7, 6:12 am, pistacchio <[EMAIL PROTECTED]> wrote: > hi! i'm a php user and a python programmer. i'd love to use python for > my server side needs but i can't seem to find what i'm looking for. for > most of my php work i use mysql and tinyButStrong > (http://www.tinybutstrong.com) which is a

PHP + TinyButStrong Python replacement

2008-05-07 Thread pistacchio
hi! i'm a php user and a python programmer. i'd love to use python for my server side needs but i can't seem to find what i'm looking for. for most of my php work i use mysql and tinyButStrong (http://www.tinybutstrong.com) which is a very lightweight template engine that offers powerful functi