evmer / scribd-downloader

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

Traceback Error #20

Open creativesaasi opened 10 months ago

creativesaasi commented 10 months ago

Getting this error when trying to use:

Traceback (most recent call last): File "C:\scribd-downloader-main\run.py", line 1, in from playwright.sync_api import sync_playwright ModuleNotFoundError: No module named 'playwright'

(update) I ran this before (had playwright installed) ...but it looks like playwright was no longer installed or I was using a different powershell program. 🤷‍♀️ Anyway, installed playwright and it's working correctly now.