You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this fabulous script on Windows 7 desktop.
I installed Python 3.6 and ran the script with it.
First, I had to add parentheses to all print instance, maybe am I using the wrong Python version ?
Then here is the next error I got.
Traceback (most recent call last):
File "plexdl.py", line 27, in <module>
from ConfigParser import SafeConfigParser
ModuleNotFoundError: No module named 'ConfigParser'
Is this script still maintained ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi !
I tried to use this fabulous script on Windows 7 desktop.
I installed Python 3.6 and ran the script with it.
First, I had to add parentheses to all print instance, maybe am I using the wrong Python version ?
Then here is the next error I got.
Is this script still maintained ?
Thank you
The text was updated successfully, but these errors were encountered: