-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError #39
Comments
same as #25. Already reported. |
Have you installed the requests package?
…On 7 Apr 2017 11:52 a.m., "Anand" ***@***.***> wrote:
same as #25 <#25>.
Already reported.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD2OwYUo4Kx2nh00XJBfKSbT4qb1JBOnks5rtdY9gaJpZM4M2f_E>
.
|
The latest version of the script is broken for packages and functionality as well. Installed the requests, lxml, and BeautifulSoup packages. However, the script remains broken for SubDB search included! I manually searched on SubDB for many movies and found subtitles. Example, Moneyball released in 2011. The script however doesn't download from SubDB, I commented the SubScene code and put some debugs to find it's giving a 404 error. When was this last tested to be working? |
there are few unnecessary module in this repos, like
second is module |
Traceback (most recent call last):
File "C:\subtitle-downloader.py", line 19, in
import requests,time,re,zipfile
ModuleNotFoundError: No module named 'requests'
Traceback (most recent call last):
File "C:\subtitle-downloader.py", line 19, in
import requests,time,re,zipfile
ModuleNotFoundError: No module named 'requests'
Traceback (most recent call last):
File "C:\subtitle-downloader.py", line 19, in
import requests,time,re,zipfile
ModuleNotFoundError: No module named 'requests'
Traceback (most recent call last):
File "C:\subtitle-downloader.py", line 19, in
import requests,time,re,zipfile
ModuleNotFoundError: No module named 'requests'
GOTO was unexpected at this time.
Above error comes when I am using the script.
The text was updated successfully, but these errors were encountered: