Exception in Tkinter callback
Traceback (most recent call last):
File “C:\Python26\lib\lib-tk\Tkinter.py”, line 1410, in __call__
return self.func(*args)
File “C:\Python26\ineptpdf842.pyw”, line 2346, in decrypt
INPUTFILEPATH = urllib.quote(inpath)
File “C:\Python26\lib\urllib.py”, line 1220, in quote
res = map(safe_map.__getitem__, s)
KeyError: u’\u0144′
Traceback (most recent call last):
File “C:\Python26\ineptpdf842.pyw”, line 2376, in
sys.exit(gui_main())
SystemExit: 0
In that case Python seems to have problems with Unicode. As a quickfix: move your pdfs out of the unicode path (you got some non-English characters in your path) to a non-unicode one (like c:\mypdfs\).
The issue will be resolved in one of the next revisions.
I get an unknown paste ID error when searching for this particular revision update.
It is now available, all is well.:)
Google doesn’t seem to show all results – you have to press ‘show all search results’
Error: RetVal=0&Reason=AskUnp while trying to open FileOpen’ed PDF. I can upload the file when prompted.
Sure – follow the ‘bug report’ blog thread for the exact process.
Greetings
tc
Try 8.4.3 and if it isn’t working report back.
Works beautifully. Thanks a bunch. Donation is in the pipeline.
Windows Vista: When I click on “Decrypt” nothing happens
Version 7.4 working Ok
Try 8.4.3 (start it in the IDLE Python editor (included in Python) to see what happens) and if it isn’t working report back.
Exception in Tkinter callback
Traceback (most recent call last):
File “C:\Python26\lib\lib-tk\Tkinter.py”, line 1410, in __call__
return self.func(*args)
File “C:\Python26\ineptpdf842.pyw”, line 2346, in decrypt
INPUTFILEPATH = urllib.quote(inpath)
File “C:\Python26\lib\urllib.py”, line 1220, in quote
res = map(safe_map.__getitem__, s)
KeyError: u’\u0144′
Traceback (most recent call last):
File “C:\Python26\ineptpdf842.pyw”, line 2376, in
sys.exit(gui_main())
SystemExit: 0
In that case Python seems to have problems with Unicode. As a quickfix: move your pdfs out of the unicode path (you got some non-English characters in your path) to a non-unicode one (like c:\mypdfs\).
The issue will be resolved in one of the next revisions.
My path is 100% ASCII but my PDF contain Unicode characters
I Tried non-unicode PDF works beautifully
That mean Unicode characters problem
ineptpdf – 8.4.7 works beautifully