[GRASS-dev] wxPython 3 support
Moritz Lennert
mlennert at club.worldonline.be
Mon Jan 13 07:03:10 PST 2014
On 13/01/14 00:31, Anna Petrášová wrote:
> Hi,
>
>
> On Sun, Jan 12, 2014 at 5:40 PM, Maciej Sieczka <msieczka at sieczka.org
> <mailto:msieczka at sieczka.org>> wrote:
>
> Hello,
>
> Can you please tell what is the status of wxPython 3 support in SVN
> GRASS6 and 7?
>
>
> so far I tested grass 6 and 7 with wxpython 2.9 only. I am not sure
> what's the difference between 2.9 and 3 but I hope it's not so big.
One important change I stumbled upon recently is that integer division
results in float in python 3, while it resulted in integer in python 2.
So any module that relies on integer division resulting in integer will
need to be updated. I have no idea if such situations exist, though.
Moritz
More information about the grass-dev
mailing list