TilCreator / Tapas-Comic-Downloader

This is a downloader to download whole comics from https://tapas.io/. (Not official!)
MIT License
70 stars 15 forks source link

Module Not Found #12

Closed Aspem closed 4 years ago

Aspem commented 4 years ago

When I try to open the downloader it gives the message: NoModuleError: no module named 'pyquery' and immediately closes.

TilCreator commented 4 years ago

Did you follow the Usage section of the README.md?

Aspem commented 4 years ago

Never mind, I just realized this is only for Linux. =( Thank for the reply and sorry for wasting your time.

TilCreator commented 4 years ago

In theory it sould be no problem running the schript on Windows, I just can't test it.

TilCreator commented 4 years ago

Is this issue still active?

ONSKJ commented 4 years ago

I am trying to test this on Windows. Everything worked up until Python interpreter (I acessed python through interpreter via cmd) began executing code. It was unable to execute past line 2, having the same issue Aspen is having: "No module named 'pyquery' "...

I read README but it still can't get it to work... Maybe I am misunderstanding something? I didn't get a syntax error so it was trying to execute the code... but idk, Is it even possible?

TilCreator commented 4 years ago

Have you installed the modules?

pip install -r requirenments.txt

in README.md

ONSKJ commented 4 years ago

I thought I did but turns out I didn't :/

I got the script to run! However, I wasn't able to run it using the python interpreter directly. Instead, I had to go to the exact (folder) location of the python file in my computer directory on the cmd and used python tapas-dl.py [-h/--help] [-f/--force] [-v/--verbose] URL/name [URL/name ...]

I did experience the same problem regarding unicode support when running the script for other comics but reading that issue I've realized there was an edited version of the code more suited towards windows ^^; so I'm going to try that one out

Thanks for the help!

TilCreator commented 4 years ago

I'm already working on a few fixes so that file names are accepted by Win (#6) and novel download support (#10), but it will be a few days due to hardware failure.

TilCreator commented 4 years ago

Also, it would be really nice if someone could help me to write a short section for the README.md about getting the script to run on Win. (I only have Linux machines)

ONSKJ commented 4 years ago

I'd be happy to help though I'm a bit new with coding and GitHub so my explanation might be confusing?

TilCreator commented 4 years ago

Just a list of things you had to do would be a huge help alone. ^^

ONSKJ commented 4 years ago

Basically this is what I did (have Windows 8)

TilCreator commented 4 years ago

That was quick, thx very much, I will get back to it in a few days!

TilCreator commented 4 years ago

Added Windows install instruction, closing now