Quote:
Originally Posted by Sydney's Mom
Add Python 26 to Dep, ran as administrator, get following error
File (stdin) line1 in (module)
NameError: name 'adeptkey' is not defined.
I'm sure this is a dumb mistake. Anyone want to tell me off?
|
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.