This caused me a major head ache. All the templates/ dirs are missing from the
installation when running setup.py
This is due to a little error in line 29 in setup.py:
if "__init__.py" in filenames:
packages.append(".".join(fullsplit(dirpath)))
It only installs directories with an __init__.py file.
I think some other of your "Template Missing" issues might be because people
haven't installed the template dirs.
Original issue reported on code.google.com by benjaom...@gmail.com on 8 Jul 2010 at 12:48
Original issue reported on code.google.com by
benjaom...@gmail.com
on 8 Jul 2010 at 12:48