Open chrislauyc opened 4 years ago
Which version did you try it? 2.9 or 2.7 ? 32b or 64b?
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?
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.