Tried this and got this error ,( ValueError: invalid literal for int() with base 10: '6 , 2').
inx
Code: Select all
<param name=" List " type="string" _gui-text=" List ">0</param>
py
Code: Select all
self.OptionParser.add_option("--List",
action="store", type="string",
dest="List ", default="0",
help="i need it")
width = [self.options.List]
W = int(width[0]) * 22.5