View Single Post
  #3  
Old 05-28-2010, 11:10 PM
Stream Recorder
 
Posts: n/a
Default

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


Quote:
Originally Posted by mtngr1 View Post
I installed Python 2.6 first, then pycrypto-2.1.0. Is the key file for Barnes and Noble called bnepubkey.64? I click on Ignoble Key, it gives me the Error: Could not locate B&N Reader installation, but I have it installed and have the Ignoble Key in the directory.
Create a copy of "ignoblekey.py". Then open "ignoblekey.py" with any text editor like Windows Notepad and change the BN_APPDATA_DIR variable from
Code:
BN_APPDATA_DIR = r'Barnes & Noble\DesktopReader'
to
Code:
BN_APPDATA_DIR = r'Barnes & Noble\BNDesktopReader'
or to whatever directory that is used for your B&N Reader installation.
Reply With Quote