Quote:
Originally Posted by i♥cabbages
Ok, it looks what you're doing here is opening the Python interpreter then typing 'adeptkey'. Unfortunately, that's not quite how it works. I do want you to try running adeptkey from the command-line, and here's what to do:
- Create a copy of the adeptkey script right in the root of your C: drive. So you should navigate to your C: drive and see "adeptkey.pyw" right there.
- Use the Windows "Start" menu (or whatever they call it on Vista) and select the "Run" option.
- Type "cmd.exe" (without the quotes) and press "enter" or click "ok"
- In that window, type "cd c:\" (no quotes) and press "enter"
- Then type "Python26\python.exe adeptkey.pyw" (still no quotes) and press enter.
If it doesn't generate the key, please attach a screenshot of what happens.
|
I don't know how to do a screen shot of the cmd.exe, but when I did exactly the above, this is what I got
C:\>Python26\python.exe.adeptkey.pyw
File "adeptkey.pyw", line1
SyntaxError: Non-ASCII character '\xff' in file adeptkey.pyw on line 1, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
Thanks. I am going to try and check out the python html. Debra