21 Feb
2014
21 Feb
'14
2:38 p.m.
On Fri, 2014-02-21 at 10:51 +0100, lubomir.kristek@...3088... wrote:
Because of the need for GUI and websocket client, I've updated the version of Python in the Inkscape to 2.7 and added PyQt4 and ws4py libraries. All features has been tested on Windows. Now I would like to ask, whether there is a possibility to make this version a standard version included in the instalation of Inkscape? Eventually what steps are required to switch the Python version in the standard distribution of Inkscape?
Updating the python version just needs to make sure all the extensions that we ship will also continue to work.
Adding in Qt, that's harder because inkscape itself is based on Gtk and having two different toolkits would be cumbersome.
Martin,