Quote:
Originally Posted by mtngr1
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.