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

Working with python 3 #7

Open
chrislauyc opened this issue Oct 9, 2020 · 2 comments
Open

Working with python 3 #7

chrislauyc opened this issue Oct 9, 2020 · 2 comments

Comments

@chrislauyc
Copy link

Will there be any support for python 3? It is giving me errors when python 3 imports the ConfigParser and _winreg modules, it is giving me module not found error. I realized that the names are configparser and winreg in python 3.

@lbaute
Copy link

lbaute commented Aug 16, 2021

Which version did you try it? 2.9 or 2.7 ? 32b or 64b?

@Krparekh12
Copy link

Check out this link:

https://docs.python.org/3/library/configparser.html

https://stackoverflow.com/questions/14087598/python-3-importerror-no-module-named-configparser

It shows what data types can be imported or passed through the classes.

Let me know if you have questions?

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

3 participants