BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 207 forks source link

Trying to run, get the following. #7

Closed ghost closed 6 years ago

ghost commented 6 years ago

Traceback (most recent call last): File "./__main__.py", line 24, in <module> import sorter File "/home/tim/zaapps/Lector-dev/sorter.py", line 49, in <module> from parsers.epub import ParseEPUB File "/home/tim/zaapps/Lector-dev/parsers/epub.py", line 22, in <module> from ePub.read_epub import EPUB File "/home/tim/zaapps/Lector-dev/ePub/read_epub.py", line 24, in <module> from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'

BasioMeusPuga commented 6 years ago

This looks like a dependency issue. Are you sure you have BeautifulSoup installed (properly)?

On Sun, Mar 11, 2018, 7:18 PM 7im4pple notifications@github.com wrote:

Traceback (most recent call last): File "./main.py", line 24, in

import sorter File "/home/tim/zaapps/Lector-dev/sorter.py", line 49, in from parsers.epub import ParseEPUB File "/home/tim/zaapps/Lector-dev/parsers/epub.py", line 22, in from ePub.read_epub import EPUB File "/home/tim/zaapps/Lector-dev/ePub/read_epub.py", line 24, in from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4' — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .
ghost commented 6 years ago

That was it, got it...thanks. On a side note, many, many tech ebooks come as PDF and it looks like they can't be imported..that somthing in the works?

BasioMeusPuga commented 6 years ago

Yes, it is. But YSK implementing proper pdf support is a non trivial thing. It will take time.