Date: Sat, 27 Jun 2020 16:00:49 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247595] games/py-mnemosyne ModuleNotFoundError: No module named 'googletrans' Message-ID: <bug-247595-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247595 Bug ID: 247595 Summary: games/py-mnemosyne ModuleNotFoundError: No module named 'googletrans' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: gspurki@gmail.com Stops with that error: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 270, in <module> debug_file=3Doptions.debug_file) File "/usr/local/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 400, in initialise self.register_components() File "/usr/local/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 465, in register_components importlib.import_module(module_name), class_name) File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 677, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_remo= ved File "/usr/local/lib/python3.7/site-packages/mnemosyne/libmnemosyne/translators/= google_translator.py", line 5, in <module> from googletrans import Translator as gTranslator ModuleNotFoundError: No module named 'googletrans' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247595-7788>