suurjaak / Skyperious

Skype chat history tool
Other
350 stars 36 forks source link

Python can`t fine module ConfigParser #82

Closed arun-gurung closed 4 years ago

arun-gurung commented 4 years ago

python -m skyperious

Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details import(pkg_name) File "/root/src/Skyperious-4.2/skyperious/init.py", line 1, in from . import conf File "/root/src/Skyperious-4.2/skyperious/conf.py", line 16, in from ConfigParser import RawConfigParser ModuleNotFoundError: No module named 'ConfigParser'

suurjaak commented 4 years ago

Skyperious uses Python2, Python 3 is not supported.

arun-gurung commented 4 years ago

I got it working with Python2 now.