On Nov 10, 3:52 pm, Ian Bicking <
ianbick...@gmail.com> wrote:
> On Tue, Nov 10, 2009 at 2:49 PM, Jonathan Vanasco <
jonat...@findmeon.com> wrote:
> Do you need that? Usually "python setup.py egg_info" (or install or
> develop, which call egg_info) creates that .egg-info directory.
>
> Directories that are empty might not get installed properly. If you
> put a file like .empty-dir, then it should get installed. paster
> create skips files with leading dots (though you can use
> +dot+empty-dir for example -- but you don't want to for this).
I'm using Paster to create templates for Pylons applications.
`paster serve` won't run without the .egg-info directory in there. If
i manually create one , it's fine. Otherwise, it won't find it.
if i create a new application using the default templates, or some of
the different templates that are available online, the .egg-info
directory is created. I can't figure out why mine isn't being created
in this instance, which is just baffling me.