Scanning posts..done!
. render_posts:cache/posts/perseos-blog-2-3-released-sistema-de-comentarios-mejorado.html.en
########################################
TaskError - taskid:render_posts:cache/posts/perseos-blog-2-3-released-sistema-de-comentarios-mejorado.html.en
PythonAction Error
Traceback (most recent call last):
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/action.py", line 326, in execute
returned_value = self.py_callable(*self.args, **kwargs)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/nikola/plugins/compile_markdown/__init__.py", line 68, in compile_html
self.extensions += self.SITE.config.get("MARKDOWN_EXTENSIONS")
AttributeError: 'CompileMarkdown' object has no attribute 'SITE'
MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite','abbr', 'footnotes', 'tables']
Scanning posts..done!
. render_archive:output/en/archive/2013/05/index.html
Traceback (most recent call last):
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/doit_cmd.py", line 102, in run
return self.sub_cmds[command].parse_execute(args)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/cmd_base.py", line 58, in parse_execute
return self.execute(params, args)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/cmd_base.py", line 223, in execute
return self._execute(**exec_params)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/cmd_run.py", line 155, in _execute
return runner.run_all(self.control.task_dispatcher())
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/runner.py", line 233, in run_all
self.run_tasks(task_dispatcher)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/runner.py", line 202, in run_tasks
self.process_task_result(node, catched_excp)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/runner.py", line 173, in process_task_result
self.dep_manager.save_success(task)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/dependency.py", line 310, in save_success
timestamp = os.path.getmtime(dep)
File "/home/user/.virtualenvs/nikola/lib/python2.7/genericpath.py", line 54, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No existe el archivo o el directorio: 'cache/posts/ejemplo.html.en'
Scanning posts..done!
########################################
DependencyError - taskid:render_archive:output/en/archive/2013/05/index.html
ERROR: Task 'render_archive:output/en/archive/2013/05/index.html' checking dependencies
Traceback (most recent call last):
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/runner.py", line 122, in select_task
node.run_status = self.dep_manager.get_status(task, tasks_dict)
File "/home/user/.virtualenvs/nikola/local/lib/python2.7/site-packages/doit/dependency.py", line 411, in get_status
raise Exception("Dependent file '%s' does not exist." % dep)
Exception: Dependent file 'cache/posts/ejemplo.html.en' does not exist.
This error appears if you have activated the HIDE_UNTRANSLATED_POSTS = True option. Before starting to use MARKDOWN_EXTENSIONS did not happen :(.
Do not know if have relation with the same issue or not, but I did good idea to share it with you :)