unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#50853: python-feedparser
@ 2021-09-27 18:24 Lio Novelli
  2021-09-27 20:00 ` Lio Novelli
  0 siblings, 1 reply; 3+ messages in thread
From: Lio Novelli @ 2021-09-27 18:24 UTC (permalink / raw)
  To: 50853

Feedparser module is missing sgmllib dependency:

    >>> import feedparser
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/__init__.py",
        line 28, in <module> from .api import parse File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/api.py",
        line 36, in <module> from .html import _BaseHTMLProcessor File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/html.py",
        line 31, in <module> from .sgml import * File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/sgml.py",
        line 30, in <module> import sgmllib ModuleNotFoundError: No
           module named 'sgmllib'

From https://pypi.org/project/sgmllib3k/

https://github.com/conda-forge/sgmllib3k-feedstock

I'll try to provide the patch but this will be my first one and I'm
having some issues getting through (understanding) guix documentation
on submitting bugs and patches.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-09 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 18:24 bug#50853: python-feedparser Lio Novelli
2021-09-27 20:00 ` Lio Novelli
2021-11-09 13:28   ` Vinicius Monego

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).