[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29227: Broken installation
From: |
Mark Meyer |
Subject: |
bug#29227: Broken installation |
Date: |
Sun, 17 Dec 2017 14:17:21 +0100 |
This is the patch attached.
On Sun, Dec 17, 2017, at 14:15, Mark Meyer wrote:
> Hi,
> does the following patch resolve the issue for you? This does two
> things:
>
> - fix up the install phase to set the correct paths in settings.py
> - add python-lxml as an input to fix another plugin
>
> There is one remaining problem:
>
> ImportError: No module named BeautifulSoup
> WARNING: Failed to load plugin web_import_plugin
>
> So this particular plugin won't work. I didn't look deeply into this,
> but I think this is due to referencing a very old version of
> beautifulsoup, which is not currently packages, the current
> BeautifulSoup4 version uses 'bs4' as a module path, while the import
> states
>
> import BeatifulSoup
>
> So, I'd rather skip that plugin for now.
>
> Cheers, Mark
>
> --
> Mark Meyer
> address@hidden
--
Mark Meyer
address@hidden
0001-gnu-gourmet-Fix-runtime-failure-and-enhance-plugin.patch
Description: Text Data