Changes between Version 2 and Version 3 of Troubleshooting
- Timestamp:
- 10/19/2015 11:47:27 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Troubleshooting
v2 v3 85 85 == Python Version == 86 86 87 From terminal: `python --version` 87 Linux/*nix:: 88 Usually Python 2.7 is default but verify from terminal with: `python --version` 88 89 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. 90 93 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. 92 96 93 97 = Enable Deluge Logging =