Changes between Version 80 and Version 81 of Plugins


Ignore:
Timestamp:
03/11/2015 03:32:16 PM (9 years ago)
Author:
bro
Comment:

Clarified about included python version with Windows installer

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v80 v81  
    8888Download the egg file for the selected plugin.  
    8989 
    90 ''Notes:''  
    91  * 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.) 
    92   
    93  * On *nix, you can verify Python version with: `python --version`.  
    94   
    95  * The bundled ''Python'' version for ''Windows'' is ''2.6'' and for ''MacOSX Deluge.app'' it is ''2.7''. 
     90Plugin 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.) 
    9691 
    97  * 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. 
     92 
     93 Linux/*nix:: Most distros use Python 2.7 as default, so you'll probably need ''Plugin-1.0-**py2.7**.egg''. You can verify Python version with: `python --version`. 
     94 
     95 Windows:: Windows users must download the egg that corresponds to the python version included with the Deluge Windows installer they used. If you used a Deluge installer with python 2.7 (such as ''deluge-1.3.11-win32-**py2.7**-setup.exe''), then use the egg with name ending with ''py2.7.egg''). Else, use ''py2.6.egg''. 
     96 
     97 MacOSX:: For Deluge.app it is ''2.7''. 
     98 
     99 
     100If 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. 
    98101 
    99102=== GUI Install ===