Tagged Questions
1
vote
2answers
387 views
win32api.dll Will Not Install
I am trying to start a Buildbot Buildslave on a Windows XP virtual machine:
python buildbot start .
ImportError: No module named win32api.
Google tells me that win32api is win32api.dll. I ...