evmer / scribd-downloader

Download your books from Scribd in PDF format for personal and offline use
MIT License
112 stars 31 forks source link

python3: can't open file 'run.py': [Errno 2] No such file or directory #12

Open leliile opened 1 year ago

leliile commented 1 year ago

C:\Users\zql-->python3 run.py https://fr.scribd.com/book/495509558/Comprendre-BITCOIN-en-seulement-2H python3: can't open file 'run.py': [Errno 2] No such file or directory

leliile commented 1 year ago

I don't know what went wrong, didn't open browser serious account after running

tomeli5n commented 1 year ago

C:\Users\zql-->python3 run.py https://fr.scribd.com/book/495509558/Comprendre-BITCOIN-en-seulement-2H python3: can't open file 'run.py': [Errno 2] No such file or directory

could you run this command?

dir

It seems like you're not running the command in the project folder

rankpuertorico commented 1 year ago

Newb - can someone exlplain the solution? I am experiencing the same error. Ive tried running local on mac terminal, and also as a replit.

thieuphong220203 commented 12 months ago

Newb - can someone exlplain the solution? I am experiencing the same error. Ive tried running local on mac terminal, and also as a replit.

you can find a folder "scribd-downloader-main" (the folder you download from git) and then you go to that folder you will see the file name "run.py", I do not use MAC but I think it's the same on Window. Now you open terminal on Mac and use the command: cd + path of the folder contain "run.py". example: my run.py on the folder with this path: "D:\tool\scribd-downloader-main"

Untitled

I go to terminal and input like this: (This just for window), you can search "how to get path on Mac" on youtube

image

When you go to the folder contain "run.py" you can download the ebook from terminal. Hope it can help you