python2.2
Status: Beta
Brought to you by:
bostrick
After updating to python2.2, sarplot is no longer
working (installed it thanks to and mainly with the
help of meike).
Traceback (most recent call last):
File "/usr/sbin/sarplot", line 12, in ?
opts, args = getopt.getopt(sys.argv[1:], "f:d:h")
File "/usr/lib/python2.2/getopt.py", line 74, in getopt
opts, args = do_shorts(opts, args[0][1:],
shortopts, args[1:])
File "/usr/lib/python2.2/getopt.py", line 124, in
do_shorts
if short_has_arg(opt, shortopts):
File "/usr/lib/python2.2/getopt.py", line 140, in
short_has_arg
raise GetoptError('option -%s not recognized' %
opt, opt)
getopt.GetoptError: option -V not recognized
Thanks
Felix
Logged In: YES
user_id=556248
Hey guys ...
Go the same error as above,
How do I go about fixing this?
-joe