pywin32 - Python install module and import -


i need import win32wnet in script. however, pywin module not guaranteed installed on machine script running.

so, in same *.py script installed pywin before import win32wnet. but, seems not working.

is there way can handle install of pywin , import of win32wnet in same script?

or have separate installation script , run ahead of script dependence on win32wnet?(or work assumed?)

i still don't understand how question related pywinauto, see you're interested in ms ui automation topic. it's worth noting released pywinauto 0.6.0 supports ms ui automation under hood (in pure python, no compilation, no .net).