Advertisement
Guest User

Nikola build traceback (just one date_format)

a guest
May 23rd, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Scanning posts........done!
  2. Traceback (most recent call last):
  3. File "c:\python35\lib\site-packages\doit\doit_cmd.py", line 168, in run
  4. return command.parse_execute(args)
  5. File "c:\python35\lib\site-packages\doit\cmd_base.py", line 122, in parse_execute
  6. return self.execute(params, args)
  7. File "c:\python35\lib\site-packages\doit\cmd_base.py", line 380, in execute
  8. self, params, args)
  9. File "c:\python35\lib\site-packages\nikola\__main__.py", line 279, in load_tasks
  10. self.nikola.gen_tasks('render_site', "Task", 'Group of tasks to render the site.'))
  11. File "c:\python35\lib\site-packages\doit\loader.py", line 314, in generate_tasks
  12. for task_dict, x_doc in flat_generator(gen_result, gen_doc):
  13. File "c:\python35\lib\site-packages\doit\loader.py", line 28, in flat_generator
  14. for item in gen:
  15. File "c:\python35\lib\site-packages\nikola\nikola.py", line 1638, in gen_tasks
  16. for task in flatten(pluginInfo.plugin_object.gen_tasks()):
  17. File "c:\python35\lib\site-packages\nikola\nikola.py", line 1632, in flatten
  18. for t in task:
  19. File "c:\python35\lib\site-packages\nikola\plugins\task\archive.py", line 197, in gen_tasks
  20. year=year, month=nikola.utils.LocaleBorg().get_month_name(int(month), lang))
  21. File "c:\python35\lib\site-packages\nikola\utils.py", line 1186, in get_month_name
  22. s = calendar.month_name[month_no]
  23. File "c:\python35\lib\calendar.py", line 497, in __exit__
  24. _locale.setlocale(_locale.LC_TIME, self.oldlocale)
  25. File "conf.py", line 20, in fancy_setlocale
  26. sl(*args, **kwargs)
  27. File "c:\python35\lib\locale.py", line 595, in setlocale
  28. return _setlocale(category, locale)
  29. locale.Error: unsupported locale setting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement