[SOLVED] deluge 1.2.0 + win 7 = missing module?

General support for problems installing or using Deluge
ner0tic
Member
Member
Posts: 15
Joined: Fri Oct 23, 2009 8:39 pm

[SOLVED] deluge 1.2.0 + win 7 = missing module?

Post by ner0tic »

I've been running the RC's jsut fine, upgraded to the release of 1.2.0 and now deluge won't load.
The command window loads breifly per normal, but then nothing.

I removed my data dir but this didn't solve the issue.

console output:

Code: Select all

c:\Program Files\Deluge\Deluge-Python>deluge.exe
[ERROR   ] 17:36:44 __init__:1082 DLL load failed: The specified module could not be found.
Traceback (most recent call last):
  File "deluge\ui\ui.py", line 127, in __init__
  File "deluge\ui\gtkui\__init__.py", line 1, in <module>
  File "deluge\ui\gtkui\gtkui.py", line 40, in <module>
  File "twisted/internet/gtk2reactor.py", line 35, in <module>
  File "gobject/__init__.py", line 30, in <module>
  File "gobject/constants.py", line 22, in <module>
  File "gobject/_gobject.py", line 14, in <module>
ImportError: DLL load failed: The specified module could not be found.
[ERROR   ] 17:36:44 ui:147 There was an error whilst launching the request UI: gtk
[ERROR   ] 17:36:44 ui:148 Look at the traceback above for more information.
When I tried to run startx.exe alone it popped up to say it was missing params, so I added the params (see second attempt below) and nothing happened at all.

Code: Select all

c:\Program Files\Deluge>StartX.exe

c:\Program Files\Deluge>StartX.exe /B /D "C:\Program Files\Deluge\Deluge-Python\
deluge.exe"
let me know if you need anything else.

thanks.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: deluge 1.2.0 + win 7 = missing module?

Post by andar »

ner0tic wrote:I've been running the RC's jsut fine, upgraded to the release of 1.2.0 and now deluge won't load.
The command window loads breifly per normal, but then nothing.

I removed my data dir but this didn't solve the issue.

console output:

Code: Select all

c:\Program Files\Deluge\Deluge-Python>deluge.exe
[ERROR   ] 17:36:44 __init__:1082 DLL load failed: The specified module could not be found.
Traceback (most recent call last):
  File "deluge\ui\ui.py", line 127, in __init__
  File "deluge\ui\gtkui\__init__.py", line 1, in <module>
  File "deluge\ui\gtkui\gtkui.py", line 40, in <module>
  File "twisted/internet/gtk2reactor.py", line 35, in <module>
  File "gobject/__init__.py", line 30, in <module>
  File "gobject/constants.py", line 22, in <module>
  File "gobject/_gobject.py", line 14, in <module>
ImportError: DLL load failed: The specified module could not be found.
[ERROR   ] 17:36:44 ui:147 There was an error whilst launching the request UI: gtk
[ERROR   ] 17:36:44 ui:148 Look at the traceback above for more information.
When I tried to run startx.exe alone it popped up to say it was missing params, so I added the params (see second attempt below) and nothing happened at all.

Code: Select all

c:\Program Files\Deluge>StartX.exe

c:\Program Files\Deluge>StartX.exe /B /D "C:\Program Files\Deluge\Deluge-Python\
deluge.exe"
let me know if you need anything else.

thanks.
Try reinstalling gtk.
ner0tic
Member
Member
Posts: 15
Joined: Fri Oct 23, 2009 8:39 pm

Re: deluge 1.2.0 + win 7 = missing module?

Post by ner0tic »

not that i assume they're related but pidgin runs fine with the vers of gtk that deluge unpacked.
damoxc
Top Bloke
Top Bloke
Posts: 117
Joined: Sat Jul 19, 2008 7:26 pm
Location: Hampshire, UK
Contact:

Re: deluge 1.2.0 + win 7 = missing module?

Post by damoxc »

I think the GTK installer has some problems on Windows 7, you may have to go to where the DLLS are installed and regsvr32 them yourself. Opening up command prompt and

Code: Select all

cd "\Program Files\GTK2-Runtime\bin"
followed by

Code: Select all

regsvr32 libgobject-2.0-0.dll
Least that fixed it for me when I last installed on Windows 7.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: deluge 1.2.0 + win 7 = missing module?

Post by andar »

I found this is more of a problem with the gtk folder not being in your PATH. You can manually add "c:\program files\gtk-runtime\bin" to your PATH and it should resolve it, but the installer should do this as well.
ctrlbrk
Member
Member
Posts: 25
Joined: Mon Jul 20, 2009 8:39 am

Re: deluge 1.2.0 + win 7 = missing module?

Post by ctrlbrk »

andar wrote:I found this is more of a problem with the gtk folder not being in your PATH. You can manually add "c:\program files\gtk-runtime\bin" to your PATH and it should resolve it, but the installer should do this as well.
Nope, I posted the same thing here:
http://forum.deluge-torrent.org/viewtop ... 65#p119465

I checked just now, that directory is already in the path from the installer.

Where to go from here?

Code: Select all

C:\Program Files (x86)\Deluge>path
PATH=%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\AMCC\CLI;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\GTK2-Runtime\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live

C:\Program Files (x86)\Deluge>
Mike
ctrlbrk
Member
Member
Posts: 25
Joined: Mon Jul 20, 2009 8:39 am

Re: deluge 1.2.0 + win 7 = missing module?

Post by ctrlbrk »

damoxc wrote:I think the GTK installer has some problems on Windows 7, you may have to go to where the DLLS are installed and regsvr32 them yourself. Opening up command prompt and

Code: Select all

cd "\Program Files\GTK2-Runtime\bin"
followed by

Code: Select all

regsvr32 libgobject-2.0-0.dll
Least that fixed it for me when I last installed on Windows 7.
Thanks for suggestion. I tried it, but received this error message.

Image

A google search didn't turn up anything obvious. Specs on the file:
307 KB (314,501 bytes)
Image

And last, here is the only GTK*.* installed on the system:
Image

Mike
ctrlbrk
Member
Member
Posts: 25
Joined: Mon Jul 20, 2009 8:39 am

Re: deluge 1.2.0 + win 7 = missing module?

Post by ctrlbrk »

Well the board cut off the rest of the last image, it shows version 2.16.6-2009-12-01-ash.

Mike
ctrlbrk
Member
Member
Posts: 25
Joined: Mon Jul 20, 2009 8:39 am

Re: deluge 1.2.0 + win 7 = missing module?

Post by ctrlbrk »

Ok, I just reinstalled GTK2-Runtime from here:

Code: Select all

http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.16.6-2009-12-01-ash.exe?download
And it worked, Deluge is now running.

Mike
ner0tic
Member
Member
Posts: 15
Joined: Fri Oct 23, 2009 8:39 pm

Re: deluge 1.2.0 + win 7 = missing module?

Post by ner0tic »

ctrlbrk wrote:Ok, I just reinstalled GTK2-Runtime from here:

Code: Select all

http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.16.6-2009-12-01-ash.exe?download
And it worked, Deluge is now running.

Mike
this fixed my issue.

I did, however, notice that gtk wasn't in my path, but even after teh reinstall of gtk (in which deluge works) its still not listed in my path. Just thought it was worth noting.
Post Reply