Version 4 (modified by andar, 15 years ago) (diff)

--

Installing Deluge On Windows

To install Deluge on Windows, head to the downloads page and select Windows from the list of download options. You will be presented with the option to download Deluge for 32-bit or 64-bit versions of Windows.

If you are unsure which version you need, you can find out by right-clicking the My Computer icon and selecting Properties. Under the System section of the General tab, you will see your Windows version. If this includes x64 Edition you will need to download the 64-bit version of Deluge, otherwise download the 32-bit version. If you are still unsure, download the 32-bit version.

Without the Installer

Note:
These instructions are a work in progress and may not actually work. Please help us test!

Installing Deluge on Windows without the installer requires that you install a bunch of dependencies first. Luckily, you generally only have to do this once and subsequent updates should be a lot quicker.

Dependencies

Python
Download and run the installer from: http://download.deluge-torrent.org/windows/deps/python-2.5.4.msi
Install it to: C:\Python25
Python Win32 Extensions
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pywin32-212.win32-py2.5.exe
Gtk+ Runtime
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/gtk-2.12.9-win32-2.exe
PyGTK
Download and run the 3 installers:
PyXdg
Download and run the installer from: http://download.deluge-torrent.org/windows/deps/pyxdg-0.17.win32-py2.5.msi
Setuptools
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/setuptools-0.6c9.win32-py2.5.exe
libtorrent
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/python-libtorrent-0.14.2.win32-py2.5.msi
PyGame
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pygame-1.8.1release.win32-py2.5.msi
PyOpenSSL
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pyOpenSSL-0.8.winxp32-py2.5.msi
MSVCP71.DLL
Download from here: http://download.deluge-torrent.org/windows/deps/MSVCP71.DLL.zip
Unzip and copy to C:\Windows\System32
Run this command: regsvr32.exe /s c:\Windows\System32\MSVCP71.DLL

Installing Deluge

Now that you've got all the required dependencies installed, we can install Deluge.

  1. Download the latest release: http://download.deluge-torrent.org/windows/deps/deluge-1.1.3.win32-py2.5.msi
  1. Run it to install.

Running Deluge

Now that Deluge has been successfully installed, you can run it by using the executable located in the Scripts folder in your Python installation. On my system it is located at C:\Python25\Scripts\deluge.exe.