
Originally Posted by
loop4me
Hi keith55,
i tried the script with -in option instead of -url, that i saw on your video and i get
Traceback (most recent call last):
File "pdfinjector7.py", line 20, in <module>
options, remainder = getopt.getopt(sys.argv[1:], 'vo', ['verbose','in=','url=','output='])
File "/usr/lib/python2.5/getopt.py", line 91, in getopt
opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
File "/usr/lib/python2.5/getopt.py", line 191, in do_shorts
if short_has_arg(opt, shortopts):
File "/usr/lib/python2.5/getopt.py", line 207, in short_has_arg
raise GetoptError('option -%s not recognized' % opt, opt)
getopt.GetoptError: option -i not recognized
And it's -in not -i (getopt.GetoptError: option -i not recognized) that i put,
maybe i'm makeing some mistake here, or is there something else that should be installed to get this script work?
Script sounds interesting, so you didn't have problem running it on bt4?