PDA

View Full Version : [kubuntu] Wine + wine-doors. Wine-doors doesn't want to start...



semyazz
May 23rd, 2009, 12:33 PM
I've tried to install wine + wine-doors, and everything was good untill i tried to lunch wine-doors... It is lunching and after a moment it just shutdowns.
When i tried to lunch it via console... i saw this error:


/usr/share/wine-doors/src/utils.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Traceback (most recent call last):
File "/usr/bin/wine-doors", line 21, in <module>
from wine import wine
File "/usr/share/wine-doors/src/wine.py", line 14, in <module>
from utils import GetCDMountPoint, getwinecoloursfromgtk, GetXkbmap
File "/usr/share/wine-doors/src/utils.py", line 11, in <module>
import gconf
ImportError: No module named gconf

I've installed gconf2 packages...
Any ideas how to solve it?

semyazz
May 23rd, 2009, 01:47 PM
It seems i've solved this problem...

So for everyone who will face this same error...

Solution:
install python-gconf
apt-get install python-gconf

sysst
October 25th, 2009, 11:24 PM
It seems i've solved this problem...

So for everyone who will face this same error...

Solution:
install python-gconf
apt-get install python-gconf
Thanks, I had the same error this python-gconf solved it.
Strange, I had wine-doors working earlier, but this happened after I updated to a newer version of WINE.

amr2205
March 6th, 2010, 05:07 PM
It seems i've solved this problem...

So for everyone who will face this same error...

Solution:
install python-gconf
apt-get install python-gconf

Thanks! It solve my problem! ;)