emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51646: closed (python-furl import bug?)


From: GNU bug Tracking System
Subject: bug#51646: closed (python-furl import bug?)
Date: Tue, 18 Jun 2024 07:09:02 +0000

Your message dated Tue, 18 Jun 2024 07:08:39 +0000
with message-id <a30450a4e5addb2400aff0dcf4c17e5ed2b30980@dismail.de>
and subject line 
has caused the debbugs.gnu.org bug report #51646,
regarding python-furl import bug?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51646: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51646
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: python-furl import bug? Date: Sat, 6 Nov 2021 21:49:22 -0400
I ran the following command:

guix shell bpython -D python-wrapper python-furl  -- bpython

bpython version 0.20.1 on top of Python 3.8.2 
/gnu/store/nckjv3ccwdi6096j478gvns43ssbls2p-python-wrapper-3.8.2/bin/python
>>> from furl import furl
Traceback (most recent call last):
  File "<input>", line 1, in <module>
    from furl import furl
  File "/gnu/store/d0mgjzpgm08147nnijv96yfq8bjny4ri-profile/lib/python
3.8/site-packages/furl/__init__.py", line 13, in <module>
    from .furl import *  # noqa
  File "/gnu/store/d0mgjzpgm08147nnijv96yfq8bjny4ri-profile/lib/python
3.8/site-packages/furl/furl.py", line 19, in <module>
    from six.moves import urllib
  File "/gnu/store/hjmz8ymac939ribn7g3jkgms4dk2az3a-python-six-1.14.0/
lib/python3.8/site-packages/six.py", line 92, in __get__
    result = self._resolve()
  File "/gnu/store/hjmz8ymac939ribn7g3jkgms4dk2az3a-python-six-1.14.0/
lib/python3.8/site-packages/six.py", line 115, in _resolve
    return _import_module(self.mod)
  File "/gnu/store/hjmz8ymac939ribn7g3jkgms4dk2az3a-python-six-1.14.0/
lib/python3.8/site-packages/six.py", line 82, in _import_module
    __import__(name)
ModuleNotFoundError: No module named 'six.moves.urllib'



--- End Message ---
--- Begin Message --- Subject: Date: Tue, 18 Jun 2024 07:08:39 +0000
Closing due to staleness


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]