Quote:
Originally Posted by DiapDealer
that's why it would be better for you to spend some time trying to understand how the Python plugin framework is currently set up...
|
Quote:
Originally Posted by JSWolf
I would say the plugins would not work as you do have to specify where your installation(s) of Python is/are in the plugin setup.
|
Quote:
Originally Posted by poxalew
That will depend on the plugin. If you uninstall the last version of a 2.x Python runtime you had on a system, then plugins requiring a 2.x Python runtime will stop working.
Python runtimes generally ensure good forward compatibility as long as you stay on a major version; i.e., code written for 2.4.x will typically work on 2.5.x, 2.6.x, and 2.7.x, and code written for 3.0.x will tend to work on 3.2.x, 3.3.x, 3.4.x.
|
Quote:
Originally Posted by BetterRed
I have a swag of applications that have plug-ins - calibre, notepad++, irfanview, The Gimp, Fast Picture Viewer etc. AFAIK none of them require me to download developer tools to use any of the plug-ins.
|
For me the main issue is not this or that version, or this or that implementation of Python - its the fact that I have to install Python at all, at all.
BR