改到test源后深度软件中心却不能打开也不能升级
Tofloor
poster avatar
stkevintan
deepin
2013-04-10 19:57
Author
终端报错如下:
  1. kemeix@kepc:~$ deepin-software-center
  2. data init
  3. Traceback (most recent call last):
  4.   File "/usr/bin/deepin-software-center", line 23, in
  5.     from software_center import DeepinSoftwareCenter
  6.   File "/usr/share/deepin-software-center/ui/software_center.py", line 46, in
  7.     from home_page import HomePage
  8.   File "/usr/share/deepin-software-center/ui/home_page.py", line 31, in
  9.     from search_page import SearchPage
  10.   File "/usr/share/deepin-software-center/ui/search_page.py", line 32, in
  11.     from dtk.ui.new_treeview import TreeView, TreeItem
  12. ImportError: No module named new_treeview
  13. Exception KeyError: KeyError(154576896,) in ignored
Copy the Code
upgrade提示软件中心将保持不变
Reply Favorite View the author
All Replies
186******98
deepin
2013-04-10 20:11
#1
用命令行整体升级一下系统就可以了:

sudo apt-get update && sudo apt-get dist-upgrade

现在在清理 deepin-ui 废弃的APIs, 处于不稳定状态中
Reply View the author
AA0 Jeff
deepin
2013-04-10 20:52
#2
耐心的等待一下吧 我的也是同样问题
Reply View the author
stkevintan
deepin
2013-04-10 21:08
#3
耐心的等待一下吧 我的也是同样问题
你楼上的是正解。dist-upgrade一下就可以了
Reply View the author
stkevintan
deepin
2013-04-10 21:09
#4
用命令行整体升级一下系统就可以了:

sudo apt-get update && sudo apt-get dist-upgrade

现在在清理 deepin-ui 废弃的APIs, 处于不稳定状态中
可以了。多谢 :
Reply View the author