On Mon, Jan 4, 2010 at 12:38 AM, Alex Clark <acl...@aclark.net> wrote:
> Also, there are a few installation issues (fixed by running `mkdir -p` by 
> hand):
>    http://pastie.org/765137
>    http://pastie.org/765140

On a closer look, this error puzzling me.  The "var" and its sub-folders are
already existing in the source.  But when I run setuptools "sdist" command,
its missing from the tar ball. I have these two options in my setup.py:

    packages=find_packages("src"),
    include_package_data=True,

Regards,
Baiju M
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to