View Single Post
Old 02-20-2009, 01:17 PM   #119
i♥cabbages
Leafy greens connoisseur
i♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmosi♥cabbages has become one with the cosmos
 
Posts: 49
Karma: 21271
Join Date: Feb 2009
Device: PRS-505
Quote:
Originally Posted by Sydney's Mom View Post
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:
  1. 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.
  2. Use the Windows "Start" menu (or whatever they call it on Vista) and select the "Run" option.
  3. Type "cmd.exe" (without the quotes) and press "enter" or click "ok"
  4. In that window, type "cd c:\" (no quotes) and press "enter"
  5. 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♥cabbages is offline   Reply With Quote