|
|
发表于 2005-5-31 19:56:23
|
显示全部楼层
[ganlu@A scim]$ coralftp
Traceback (most recent call last):
File "/usr/bin/coralftp", line 15, in ?
f.start()
File "/usr/lib/python2.4/site-packages/coralftp/main.py", line 92, in start
CONFIG_PREFIX)
File "/usr/lib/python2.4/site-packages/coralftp/config.py", line 49, in create_standard_config_from_schema_file
dom = minidom.parse(schema_path)
File "/usr/lib/python2.4/xml/dom/minidom.py", line 1915, in parse
return expatbuilder.parse(file)
File "/usr/lib/python2.4/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: '/usr/share/gconf/schemas/coralftp.schemas'
So bad.
[ganlu@A scim]$ pacman -Qi pygtk
Name : pygtk
Version : 2.6.2-1
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.daa.com.au/~james/pygtk/
License :
Architecture : i686
Size : 4241631
Build Date : Tue May 10 11:33:57 2005 UTC
Install Date : Tue May 31 05:00:27 2005 UTC
Install Script : No
Reason: : explicitly installed
Provides : None
Depends On : libglade python>=2.4
Required By : None
Conflicts With : None
Description : PyGTK is a set of python bindings for the GTK widget set. [ganlu@A scim]$ pacman -Qi python
Name : python
Version : 2.4.1-1
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.python.org
License :
Architecture : i686
Size : 33296850
Build Date : Tue Apr 5 18:03:11 2005 UTC
Install Date : Thu Apr 7 02:48:26 2005 UTC
Install Script : No
Reason: : installed as a dependency for another package
Provides : None
Depends On : bzip2 db gdbm openssl
Required By : libglade namcap pygtk
Conflicts With : None
Description : A high-level scripting language |
|