On 02/22/2013 09:57 AM, Jeremy Sanders wrote:

It's quite a lot of work to move to Python 3. I also would rather not
have two versions of Veusz to maintain simultaneously, so it will
probably have to be one or the other. I also don't think it is practical
to have a version which can run under 2 and 3 simultaneously (event with
2to3). For example, the saved files will need some conversion as u''
doesn't work (although there was talk of fixing that).

Actually, thinking about it further, it might be a good idea to add some

from __future__ import unicode_literals, division, print_function, absolute_import

to every file, to make the code as portable as possible. Then we could try switching the PyQt ABI to the new version.

Jeremy


_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss

Répondre à