Skip to content
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

No module named 'ConfigParser' #27

Open
LittleLama opened this issue Jan 11, 2017 · 1 comment
Open

No module named 'ConfigParser' #27

LittleLama opened this issue Jan 11, 2017 · 1 comment

Comments

@LittleLama
Copy link

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.

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

@eyedeekay
Copy link

At a glance, looks like you need to use python2. In python3, ConfigParser is configparser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants