kostyll / formlayout

Automatically exported from code.google.com/p/formlayout
0 stars 0 forks source link

Python 3 support #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any chance that this module can be converted to Python 3? It is exactly what I 
need. Or are there similar modules available that work with Python 3? (did not 
see any...)

Original issue reported on code.google.com by nils...@googlemail.com on 28 Sep 2011 at 6:59

GoogleCodeExporter commented 9 years ago
To the best of my knowledge, there is no other library that can do the job. 

Regarding its conversion to Python 3, my guess is that it's trivial as there 
not much pure Python code in formlayout. The code is basically wrapping PyQt 
features to provide easier access to them. So there should be very little 
changes to make it compatible with Python 3. Maybe running 2to3 would be 
sufficient. 

Original comment by pierre.raybaut on 28 Sep 2011 at 8:30

GoogleCodeExporter commented 9 years ago
formlayout supports Python 3 since v1.0.12

Original comment by pierre.raybaut on 4 Jan 2013 at 1:26