Jswolf was nice enough to send me a zip copy of the file. I extracted it into python26, into epub and onto my desktop. The result was the same. If I double clicked on it, I got a python exe screen, with an adept key error box on top, which says:
Traceback (most recent call last):
File "C:\Users\Debra\Desktop\adeptkey02.py", line 197, in main
retrieve_key(keypath)
File "C:\Users\Debra\Desktop\adeptkey02.py", line 139, in retrieve_key
vendor = cpuid0()
File "C:\Users\Debra\Desktop\adeptkey02.py", line 102, in cpuid0
cpuid0__(buffer)
WindowsError: exception: access violation writing 0x01ABE6F0
If I use the command prompt, I get
'adeptkey.pyw' is not recognized as an internal or external command, operable program or batch file.
|