[Paste] converting to paste

2008-07-14 Thread Lukasz Szybalski
Hello, I am working on converting a custom setup.py to a paste like setup so the project can be installed using egg setup much easier. One of the files we need to add is config.xml. Currently we put it in /etc/projectname/config.xml. Obviously this won't work for virtual env that doesn't have sys

Re: [Paste] paster quickstart?

2008-07-14 Thread Lukasz Szybalski
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 filename: >> source_filenam