Me:
Eric Worden
ericw@smh.org
Thank you for your great work!
=============
My system:
Debian Woody, latest "official" packages
(sgmltools-lite v3.0.3)
=============
Problem:
This works:
sgmltools -b onehtml --jade-opt="-E0" file.sgml
This does does not:
sgmltools -b html --jade-opt="-E0" file.sgml
==============
Standard Error:
Traceback (most recent call last):
File "/usr/bin/sgmltools", line 93, in ?
tool.processFile(curfile)
File
"/usr/share/sgml/misc/sgmltools/python/SGMLtools.py",
line 245, in processFile
optlist_nochunks_hack, args_nochunks_hack =
getopt.getopt(addJadeOpt.split(), 'V:')
File "/usr/lib/python2.1/getopt.py", line 74, in getopt
opts, args = do_shorts(opts, args[0][1:],
shortopts, args[1:])
File "/usr/lib/python2.1/getopt.py", line 124, in
do_shorts
if short_has_arg(opt, shortopts):
File "/usr/lib/python2.1/getopt.py", line 139, in
short_has_arg
raise GetoptError('option -%s not recognized' %
opt, opt)
getopt.GetoptError: option -E not recognized