Hey I'm trying to run scripts in Python 2.7 and I've downloaded the matching Python for Windows extension package. For some reason I'm still getting this error. Does anyone know where I can download win32netcon?
win32wnet.WNetAddConnection2(win32netcon.RESOURCETYPE_DISK,
NameError: global name 'win32netcon' is not defined
You need to import win32netcon first.