ni / python_labview_automation

MIT License
169 stars 59 forks source link

Working with python 3 #7

Open chrislauyc opened 4 years ago

chrislauyc commented 4 years ago

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 commented 3 years ago

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

Krparekh12 commented 1 year ago

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?