Quote:
Originally Posted by Sydney's Mom
Okay, I am a real computer dope, so please forgive me. I was saving the color-page, merely downloading and renaming. So, I copied the text, pasted into notebook, and then saved as adeptkey.pyw, all files, in python26. I used the command prompt as administrator, and typed C:/Python26>python.exe adeptkey.pyw
This is the error message I got, in and ADEPT Key box:
Traceback (most recent call last):
File "adeptkey.pyw", line 197, in main
retrieve_key(keypath)
File "adeptkey.pyw", line 139, in retrieve_key
vendor = cpuid0()
File "adeptkey.pyw", line 102, in cpuid0
cpuid0__(buffer)
WindowsError: exception: access violation writing 0x01A3E5F8
When I tried the second, I got:
Traceback (most recent call last):
File "adeptkey.pyw", line 198, in main
retrieve_key(keypath)
File "adeptkey.pyw", line 140, in retrieve_key
vendor = cpuid0()
File "adeptkey.pyw", line 103, in cpuid0
cpuid0__(byref(buffer))
WindowsError: exception: access violation writing 0x019B1E30
|
Go back to pasebin. Click the link at the top labeled
download and then give the script the proper name of adeptkey.pyw and save it. Then try running it. It's what I did.