4 Jan
2010
4 Jan
'10
5:24 a.m.
On Mon, Jan 4, 2010 at 12:38 AM, Alex Clark <aclark@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