Changes between Version 2 and Version 3 of Troubleshooting


Ignore:
Timestamp:
10/19/2015 11:47:27 AM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v2 v3  
    8585== Python Version == 
    8686 
    87 From terminal: `python --version` 
     87 Linux/*nix::  
     88  Usually Python 2.7 is default but verify from terminal with: `python --version` 
    8889 
    89 '''Windows OS:''' Check the Deluge installed files: `%ProgramFiles%\Deluge\deluge-***-py2.6.egg` This would signify Deluge is running Python 2.6. 
     90 Windows OS::  
     91  Check the Deluge installed files: `%ProgramFiles%\Deluge\deluge-***-py2.6.egg` This would signify Deluge is running Python 2.6.[[br]] 
     92  The suffix to the installer can also indicate version so ''deluge-1.3.x-win32-**py2.7**-setup.exe'' would be Python 2.7. 
    9093 
    91 '''Mac OSX:''' For the Deluge.app the default Python version is 2.7. 
     94 Mac OSX:: 
     95  For the Deluge.app the default is Python 2.7. 
    9296 
    9397= Enable Deluge Logging =