我正在使用Ubuntu12.04。
我通过将它们的存储库添加到软件源代码中来安装PlayOnLinux。我的PlayOnLinux版本是4.1.2
当我试图安装一个程序时,安装菜单完全是空的。

所以,我试着从终端运行PlayonLinux,这就是我得到的输出。
Traceback (most recent call last):
File "/usr/share/playonlinux/python/install.py", line 315, in search
`self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes /search",'r',"utf-8")`File "/usr/lib/python2.7/codecs.py", line 881, in open
`file =` **`builtin`**`.open(filename, mode, buffering)`IOError: [Errno 2] No such file or directory: '/home/karthik/.PlayOnLinux//configurations/listes/search'
Traceback (most recent call last):
File "/usr/share/playonlinux/python/install.py", line 434, in AddApps
`self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/4",'r',"utf-8")`File "/usr/lib/python2.7/codecs.py", line 881, in open
`file =` **`builtin`**`.open(filename, mode, buffering)`IOError: [Errno 2] No such file or directory: '/home/karthik/.PlayOnLinux//configurations/listes/4'
我搜索了playonlinux论坛,发现了一个与问题相匹配的讨论。尽管如此,我还是听从了那里的指示,问题没有得到解决。
此外,我支持一个经过身份验证的代理服务器。我在PlayonLinux首选项中填充了代理服务器的详细信息。
我真的很想让PlayonLinux工作。提前谢谢。
发布于 2012-07-03 12:20:07
我卸载程序从PlayOnLinux回购和安装程序从官方回购。官方回购计划似乎运转正常。
https://askubuntu.com/questions/157972
复制相似问题