a good reason to use win32api is for process/services handling, as it's totally different to unix....so the only way to get at processes/services is to use win32api. btw, you don't need to import a whole module if you just want to use a single function.....use some_module::one_function only imports that function and whatever it requires.