baxna, could you please right click on ineptkey.pyw and open the file properties and make a screenshot of them?
Make sure again that you use Python x32, not x64.
Also please try the following:
- Open Command Prompt(run cmd.exe).
- Change the directory to where you saved the pyw scripts
i.e. - Run ineptkey.pyw by invoking python first as follows:
Code:
python ineptkey.pyw
If that does not work, then try running it with pythonw as follows:
Code:
pythonw ineptkey.pyw
After running your scripts by invoking python or pythonw, you should get at least an error message that can be used to find out what is going wrong.