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
When I used xframes in python2.7, it works very well. However, it doesn't seem to be the case in python3.6. I got "ModuleNotFoundError: No module named 'ConfigParser'". After google, I reaized that the name of 'ConfigParser' module has been changed to "configparser".
The text was updated successfully, but these errors were encountered:
When I used xframes in python2.7, it works very well. However, it doesn't seem to be the case in python3.6. I got "ModuleNotFoundError: No module named 'ConfigParser'". After google, I reaized that the name of 'ConfigParser' module has been changed to "configparser".
The text was updated successfully, but these errors were encountered: