Milo van der Linden | 30 Nov 2011 21:24
Gravatar

SOLVED: How to install planet venus on OS X

Found the solution:

On my linux machine, I ran into the same error running runtests.py

TemplateError: Htmltmpl error: IO error while reading template
'/web/script/rubys/intertwingly.net/code/venus/themes/classic_fancy/index.html.tmpl':
(2) No such file or directory

find . | xargs grep '/web/script/rubys/intertwingly.net/code/' -sl

pointed me to a file named /themes/classic_fancy/index.html.tmplc

It looks like it is some compiled template that shouldn't be in git
but accidently got there.

Removing the file and rerunning  "runtests.py" now gave me "OK"
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel


Gmane