Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
软件中心无法安装,10.04
Apps Section
1437
views ·
1
replies ·
To
floor
Go
snowhawkyrf
deepin
2011-12-31 00:03
Author
今天看到LD的博客,下载了软件中心,运行时出错:
laptop:~/deepin-software-center/src$ ./main
laptop:~/deepin-software-center/src$ Traceback (most recent call last): File "./deepin-software-center.py", line 35, in
import detailView
File "/home/yuanfei/deepin-software-center/src/detailView.py", line 33, in
import browser
File "/home/yuanfei/deepin-software-center/src/browser.py", line 35, in
libwebkit = ctypes.CDLL('libwebkitgtk-1.0.so.0')
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libwebkitgtk-1.0.so.0: 无法打开共享对象文件: 没有那个文件或目录
系统10.04,32位
请问是我缺少了什么依赖吗?
Reply
Like 0
Favorite
View the author
All Replies
s.******
[email protected]
deepin
2012-01-01 00:17
#1
sudo apt-get insall libwebkitgtk-1.0-0
然后试试?
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
deepin donwloader don't catch download launch from browsers
deepin 23 internal testing update on December 20, 2024
Popular Events
More
laptop:~/deepin-software-center/src$ ./main
laptop:~/deepin-software-center/src$ Traceback (most recent call last): File "./deepin-software-center.py", line 35, in
import detailView
File "/home/yuanfei/deepin-software-center/src/detailView.py", line 33, in
import browser
File "/home/yuanfei/deepin-software-center/src/browser.py", line 35, in
libwebkit = ctypes.CDLL('libwebkitgtk-1.0.so.0')
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libwebkitgtk-1.0.so.0: 无法打开共享对象文件: 没有那个文件或目录
系统10.04,32位
请问是我缺少了什么依赖吗?