Re: [Paste] gzipper content-length seems incorrect, PATCH

2006-11-12 Thread Ian Bicking
Brad Clements wrote: > So, I have hacked in a content-length header change in gzipper, but I doubt > it will > work if underlying app writes directly to the return channel. My > understanding of > how that works is pretty weak, so some smarter person than I will need to fix > up > this patch

Re: [Paste] package_dir not respected in paste.script

2006-11-12 Thread Ian Bicking
[EMAIL PROTECTED] wrote: > if package_dir is set to say "src" in setup.py than .egg-info files are > generated in the src/ directory. > > this is unknown to create_distro.py > > if os.path.exists(os.path.join(output_dir, 'setup.py')): > self.run_command(sys.executable, 'setu

Re: [Paste] paste.loadwsgi.loadapp could be nicer with global_conf

2006-11-12 Thread Ian Bicking
Brad Clements wrote: > I have a paste deploy config: file that uses interpolation, ie > > [server:main] > host=%(http_host)s > > However I want the [DEFAULT] values to be stored in a different file that I > also > use to set non-paste-deploy config data in. > > I create a dict from this other