I am getting below error while running Python Batch in Win10 Python2.7. The same batch was previously running in Win7.
C:/Users/Chris/.platformio/penv/lib/python2.7/site.py", line 703, in
main()
C:/Users/Chris/.platformio/penv/lib/python2.7/site.py", line 692, in main
aliasmbcs()
C:/Users/Chris/.platformio/penv/lib/python2.7/site.py", line 515, in aliasmbcs
import locale, codecs
C:\Users\Chris.platformio\penv\lib\python2.7/locale.py", line 17, in
import functools
ImportError: No module named functools
checked Python27 has Functool installed.
Kindly help..!!