Re: [Paste] paster quickstart?

2008-07-15 Thread Lukasz Szybalski
On Mon, Jul 14, 2008 at 9:25 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 2:18 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: >> Lukasz Szybalski wrote: >>> >>> Which Template() is it? I get the following error? >>> >>> from paste.script.templates import Template >

Re: [Paste] paster quickstart?

2008-07-15 Thread Ian Bicking
Lukasz Szybalski wrote: > On Fri, Jul 11, 2008 at 2:18 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: >> Lukasz Szybalski wrote: >>> Which Template() is it? I get the following error? >>> >>> from paste.script.templates import Template >>> for filename in vars['myurl']: >>> if txt in file

Re: [Paste] Tempita and import

2008-07-15 Thread Ian Bicking
Patrick Lewis wrote: > Does Tempita support imports? In my template > > {{py:import datetime}} > > throws an exception: > > Traceback (most recent call last): >File "", line 1, in >File "build/bdist.macosx-10.3-i386/egg/tempita/__init__.py", line > 136, in substitute >File "build/

Re: [Paste] paster quickstart?

2008-07-15 Thread Lukasz Szybalski
On Tue, Jul 15, 2008 at 9:15 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> On Fri, Jul 11, 2008 at 2:18 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: >>> >>> Lukasz Szybalski wrote: Which Template() is it? I get the following error? from paste.scri

Re: [Paste] paster quickstart?

2008-07-15 Thread Ian Bicking
Lukasz Szybalski wrote: > Thanks. Can't believe it was that easy. > > > Is there a reason Im getting this description That's a built-in in Python. You must be naming your variable incorrectly and accidentally getting this built-in value. > > A. HISTORY OF THE SOFTWARE > =

Re: [Paste] paster quickstart?

2008-07-15 Thread Lukasz Szybalski
On Tue, Jul 15, 2008 at 9:33 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: >> >> Thanks. Can't believe it was that easy. >> >> >> Is there a reason Im getting this description > > That's a built-in in Python. You must be naming your variable incorrectly > and accidentall

Re: [Paste] paster quickstart?

2008-07-15 Thread Lukasz Szybalski
Ian, I updated http://lucasmanual.com/mywiki/Paste It is in moinmoin syntax but If you want I could convert it to rst if you want to include that into your sphinx docs. Unless there is a reverse of "wikir" project that can do that for me. hint hint :) Let me know. Lucas