Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
ineptkey.pyw: WindowsError: [Error 2] The system cannot find the file specifiedHello,
I tried with all available python scripts to remove DRM from a epub pdf-file. But all scripts cannot create the file “adeptkey.der”. I installed Adobe Digital Editions 7.2 and get the following error when running inadept_v4.3.pyw : Code:
Traceback (most recent call last): File "C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Ablage\Adobe_EPUB_Tools_v4.3\ineptkey_v4.3 .pyw", line 230, in main retrieve_key(keypath) File "C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Ablage\Adobe_EPUB_Tools_v4.3\ineptkey_v4.3 .pyw", line 158, in retrieve_key device = winreg.QueryValueEx(regkey, 'key')[0] WindowsError: [Error 2] The system cannot find the file specified Code:
Line 229 try
Line 230 retrieve_key(keypath)
Line 231 except ADEPTError, e:
…….
Line 154 try:
Line 155 regkey = winreg.OpenKey(cuser, DEVICE_KEY)
Line 156 except WindowsError:
Line 157 raise ADEPTError("Adobe Digital Editions not activated")
Line 158 device = winreg.QueryValueEx(regkey, 'key')[0]
Thank you |
|
#2
|
|||
|
|||
Re: ineptkey.pyw: WindowsError: [Error 2] The system cannot find the file specifiedIf you have upgraded to Adobe Digital Editions 1.7.2, then you need to
|
|
#3
|
|||
|
|||
Re: ineptkey.pyw: WindowsError: [Error 2] The system cannot find the file specifiedpls give me a step by step instruction.. im not an expert here.. im using mac os.
|
|
| Tags: adobe digital editions, cannot find file, ineptkey pyw, windows error |
| Thread Tools | |
| Display Modes | |
|
|