You are not logged in.

#1 2020-08-24 11:54:34

akspecs
Member
Registered: 2012-02-11
Posts: 179

pelican static site generator quickstart errors with version 4.5.0-1

Hello everybody.  When attempting to run `pelican-quickstart`, the command fails to generate the proper pelicanconf.py, publishconf.py, tasks.py, and Makefile as expected.  Files are created, but they appear blank.  This error occurs when running with pelican installed via the community repo, though a prior version 4.2.0-2 from the repo appears to work as expected.  Does anyone know why this is?  Thanks in advance.

$ pelican-quickstart
...(after using various sane options)
Error: pelicanconf.py.jinja2
Error: publishconf.py.jinja2
Error: tasks.py.jinja2
Error: Makefile.jinja2

These errors do not occur when installing and running pelican (4.5.0) via pip in a python virtual environment...

Here is the diff in the PKGBUILD

Offline

#2 2020-08-24 14:00:51

farseerfc
Member
From: Osaka
Registered: 2013-01-29
Posts: 20
Website

Re: pelican static site generator quickstart errors with version 4.5.0-1

Package maintainer here. Thank you for reporting!

This is indeed a packaging issue where the upstream MANIFEST.in is not complete,
so unfortunately jinja2 templates are not included in the final package.

I have uploaded a new pelican package 4.5.0-2 that should fix the issue.
I also created a PR to the upstream so that this problem will not happen again:
https://github.com/getpelican/pelican/pull/2794

Offline

Board footer

Powered by FluxBB