Wine door 安装问题

Wine、Cedega、CrossOver 等配置
回复
hxf_ubuntu
帖子: 2
注册时间: 2011-08-18 14:01

Wine door 安装问题

#1

帖子 hxf_ubuntu » 2011-08-18 14:20

在终端运行wine-doors &
在弹出的框中点proceed后会出现以下问题,提示:没有那个文件或目录: '/tmp/System Base.xml' 无法继续安装。

hxf@hxf-desktop:~$ wine-doors &
[1] 2448
hxf@hxf-desktop:~$ Started logging session
/usr/share/wine-doors/src/utils.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Checking wine drive: /home/hxf/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot

gzip: /tmp/System Base.xml.gz: not in gzip format
Error: No such file : /tmp/System Base.xml
Traceback (most recent call last):
File "/usr/share/wine-doors/src/ui.py", line 263, in on_bt_proceed_clicked
queue.AddBaseLibraries()
File "/usr/share/wine-doors/src/queue.py", line 261, in AddBaseLibraries
packlist.Update( repo )
File "/usr/share/wine-doors/src/packlist.py", line 274, in Update
self.Parse( local_file )
File "/usr/share/wine-doors/src/packlist.py", line 239, in Parse
parser.parse( xmlfile )
File "/usr/lib/python2.6/xml/sax/expatreader.py", line 102, in parse
source = saxutils.prepare_input_source(source)
File "/usr/lib/python2.6/xml/sax/saxutils.py", line 298, in prepare_input_source
f = urllib.urlopen(source.getSystemId())
File "/usr/lib/python2.6/urllib.py", line 86, in urlopen
return opener.open(url)
File "/usr/lib/python2.6/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py", line 467, in open_file
return self.open_local_file(url)
File "/usr/lib/python2.6/urllib.py", line 481, in open_local_file
raise IOError(e.errno, e.strerror, e.filename)
IOError: [Errno 2] 没有那个文件或目录: '/tmp/System Base.xml'

我换了好几个wine版本,自己编译了一个也不行,都是这个问题。我都快要爆了。。。请教各位大侠指点一下,如何解决!
头像
ljj_jjl2008
论坛版主
帖子: 14256
注册时间: 2007-09-16 8:29

Re: Wine door 安装问题

#2

帖子 ljj_jjl2008 » 2011-08-18 14:22

1,winedoor好像用处不大
2,看提示好像是python版本不对。
hxf_ubuntu
帖子: 2
注册时间: 2011-08-18 14:01

Re: Wine door 安装问题

#3

帖子 hxf_ubuntu » 2011-08-18 15:45

为了在Ubuntu下使用Source Insight 才安装wine。
有没有更好的方法,不使用wine就能运行Source Insight?
回复