righthandabacus / chm2epub

Convert a CHM into EPUB in command line
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

`utils` module is not included. #1

Open xihh87 opened 2 years ago

xihh87 commented 2 years ago

I tried to use this script and maybe package it for AUR, if this works for me, but utils module is missing.

At first I thought it was python-utils but after installing it, I still got:

$ python chm2epub.py 
Traceback (most recent call last):
  File "/home/user/chm2epub/chm2epub.py", line 13, in <module>
    import utils
ModuleNotFoundError: No module named 'utils'
c61292558 commented 2 weeks ago

utils

utils

python-utils

python-utils

$ python chm2epub.py 
Traceback (most recent call last):
  File "/home/user/chm2epub/chm2epub.py", line 13, in <module>
    import utils
ModuleNotFoundError: No module named 'utils'

pip install utils