Welcome,
I tried compare [a] (sezon 12, round 5, Sun) [b] today (sezon 12, round 6, Mon) by clicking at calendar and change (sezon 12, round 5, Mon) to (sezon, round 5, Sun).
[a] when run $LC_ALL=C; ./mattricks.py no errors [b] when run $LC_ALL=pl_PL; ./mattricks.py i get errors | Traceback (most recent call last): | File |"/mnt/data/mirror/mirror-auto/cvs/mattricks/data/Mattricks/Mattricks/HTCalendar.py", | line 108, in OnCalendar | self.__pop_dialog.Destroy() | AttributeError: 'NoneType' object has no attribute 'Destroy'
Version: cvs |$ head -n1 ChangeLog |2004-11-12 Oscar Gustafsson oscar@lysator.liu.se |$ python -V |Python 2.3.4
Second, i use cvs but get warning about new version 0.8.
Regards,
On Mon, 15 Nov 2004, Arkadiusz Kindziuk wrote:
| Traceback (most recent call last): | File |"/mnt/data/mirror/mirror-auto/cvs/mattricks/data/Mattricks/Mattricks/HTCalendar.py", | line 108, in OnCalendar | self.__pop_dialog.Destroy() | AttributeError: 'NoneType' object has no attribute 'Destroy'
Do you get a calender-like popup? It seems like it could be a minor error that happens once in a while (the calender gets killed by some other mechanism before calling the Destroy()-function), but it could be worth looking into.
Second, i use cvs but get warning about new version 0.8.
This is to avoid a bug in version 0.7 rc1, but as that one is old now, I have now reverted to the correct version settings.
/Oscar
En/na Oscar Gustafsson ha escrit:
On Mon, 15 Nov 2004, Arkadiusz Kindziuk wrote:
| Traceback (most recent call last): | File |"/mnt/data/mirror/mirror-auto/cvs/mattricks/data/Mattricks/Mattricks/HTCalendar.py", | line 108, in OnCalendar | self.__pop_dialog.Destroy() | AttributeError: 'NoneType' object has no attribute 'Destroy'
Do you get a calender-like popup? It seems like it could be a minor error that happens once in a while (the calender gets killed by some other mechanism before calling the Destroy()-function), but it could be worth looking into.
I get the same error when double clicking in a day.
Dnia poniedziałek, 15 listopada 2004 17:30, Oscar Gustafsson napisał(a):
| Traceback (most recent call last): | File |"/mnt/data/mirror/mirror-auto/cvs/mattricks/data/Mattricks/Mattricks |/HTCalendar.py", line 108, in OnCalendar | self.__pop_dialog.Destroy() | AttributeError: 'NoneType' object has no attribute 'Destroy'
Do you get a calender-like popup?
?. Probably not. Please look at http://charybda.icm.edu.pl/~nare/matr.png
It seems like it could be a minor error that happens once in a while (the calender gets killed by some other mechanism before calling the Destroy()-function), but it could be worth looking into.
Maybe it is something with mattricks locale support (english is good, polish(other languages?) is bad).
Pozdrawiam,
On Tue, 16 Nov 2004, Arkadiusz Kindziuk wrote:
?. Probably not. Please look at http://charybda.icm.edu.pl/~nare/matr.png
That seems OK. Do you happen to double-click on the date?
As reported by another user this causes that same error. It seems to make sense. The GUI have time to generate two click events, the first click destroys the control and for the second there are no control to destroy.
Maybe it is something with mattricks locale support (english is good, polish(other languages?) is bad).
Maybe, but I would expect problems with drawing (which seems good) rather than interacting.
/Oscar
mattricks@lists.lysator.liu.se