Changes between Version 75 and Version 76 of Plugins


Ignore:
Timestamp:
08/17/2014 02:39:30 PM (10 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v75 v76  
    8989 * Plugin eggs have the ''Python'' version encoded in the filename and will only load in Deluge if the versions match. (e.g. ''Plugin-1.0-'''py2.6'''.egg'' is a Python 2.6 egg.) 
    9090  
    91  * Verify Python version with: `python --version`. The bundled ''Python'' version for ''Windows'' is ''2.6'' and for ''MacOSX Deluge.app'' it is ''2.7''. 
     91 * On *nix, you can verify Python version with: `python --version`.  
     92  
     93 * The bundled ''Python'' version for ''Windows'' is ''2.6'' and for ''MacOSX Deluge.app'' it is ''2.7''. 
    9294 
    9395 * If a plugin does not have a Python version available it is usually possible to rename it to match your installed version (e.g. ''Plugin-1.0-'''py2.6'''.egg'' ''to'' ''Plugin-1.0-'''py2.7'''.egg'') and it will still run normally.