Closed MitoCodeGithub closed 4 years ago
Thanks for the report! collections.abc.Collection
is another Python standard library item introduced in v3.6 that I didn’t catch.
Fixed in release v0.1.7.5.
It looks like there's another issue:
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "aptsources-cleanup.pyz/__main__.py", line 12, in <module>
File "/usr/lib/python3.5/runpy.py", line 201, in run_module
mod_name, mod_spec, code = _get_module_details(mod_name)
File "/usr/lib/python3.5/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.5/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "aptsources-cleanup.pyz/aptsources_cleanup/__init__.py", line 16, in <module>
File "aptsources-cleanup.pyz/aptsources_cleanup/util/import_check.py", line 5, in <module>
File "aptsources-cleanup.pyz/aptsources_cleanup/util/pkg.py", line 6, in <module>
File "aptsources-cleanup.pyz/aptsources_cleanup/util/gettext.py", line 11, in <module>
"""
File "aptsources-cleanup.pyz/aptsources_cleanup/util/collections/abc.py", line 9, in <module>
def abstractmethod(funcobj):
ImportError: cannot import name '_check_methods'
Sorry about that. Fixed in 6d50adc3cb80934a9c315e8e114f8c72154c41c4 and v0.1.7.5.1.
Moin David,
ich habe tatsächlich einen Fehler bei dem
apt-sources-cleanup.pyz
Skript:MfG, Mito