XRCed 1.8-0 bug
Tomas Dvorak
tomas_dvorak at mailcan.com
Fri Mar 2 03:01:40 PST 2007
Roman Rolinsky <rolinsky <at> femagsoft.com> writes:
>
> Hi,
>
> I didn't looked at your changes but I already fixed this. Please try
> today's version XRCed-0.1.8-1 (update from CVS or download from
> http://sourceforge.net/project/showfiles.php?group_id=68321 ).
>
> There was another nasty bug in 0.1.8-0 which occurs on closing the test
> window, also fixed.
>
> Regards,
>
> Roman
Well, you got it almost right, it's only you forgot to handle the empty list
case. Try unchecking growablecols, checking it again and pressing Edit, you get
a ValueError:
Traceback (most recent call last):
File "C:\projects\gofomo\utils\XRCed-0.1.8-1\params.py", line 730, in OnButton
Edit
self.value = map(int, self.text.GetValue().split('|'))
ValueError: invalid literal for int():
Of course one can write a number directly without pressing Edit, but still this
behaviour is slightly annoying.
regards..
Tomas Dvorak
More information about the wxpython-dev
mailing list