This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maolvera
Recipients maolvera
Date 2017-10-03.21:36:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507066619.6.0.213398074469.issue31682@psf.upfronthosting.co.za>
In-reply-to
Content
Hello, I'm a newbie at Python. I am trying to download Twister to be able to run hardware tests, and it gives me Exception: Cannot import `win32api`!.
I downloaded 'win32_221' and added it to C:\Python27\Scripts

It is still giving me the same error.

This is what I got

TWISTER_PATH is set to `C:\Users\user\Documents\Twister-git_hub_branch\client\executionprocess`.

Traceback (most recent call last):
  File "C:\Users\user\Documents\Twister-git_hub_branch\client\executionprocess\ExecutionProcess.py", line 1563, in <module>
    raise Exception('Cannot import `win32api`!\n')
Exception: Cannot import `win32api`!
History
Date User Action Args
2017-10-03 21:36:59maolverasetrecipients: + maolvera
2017-10-03 21:36:59maolverasetmessageid: <1507066619.6.0.213398074469.issue31682@psf.upfronthosting.co.za>
2017-10-03 21:36:59maolveralinkissue31682 messages
2017-10-03 21:36:59maolveracreate