|

楼主 |
发表于 2004-6-13 11:16:32
|
显示全部楼层
mdk offical 10.0
后来我查python后装了所有的啦,但是还有这样的错误
[nathaniel@localhost ABC-Linux-V.2.4.3]$ python abc.py
11时18分18秒: Deleted stale lock file '/home/nathaniel/pingpong-abc<built-in function wxGetUserId>'.
Traceback (most recent call last):
File "abc.py", line 967, in ?
run([""], abcpath)
File "abc.py", line 959, in run
app = ABCApp(0, params, single_instance_checker, abcpath)
File "abc.py", line 928, in __init__
wxApp.__init__(self, x)
File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in __init__
_wxStart(self.OnInit)
File "abc.py", line 932, in OnInit
self.params, self.abcpath)
File "abc.py", line 739, in __init__
abcconfigfile.open(path.join(self.abcpath, "abc.conf"))
File "/any/ABC-Linux-V.2.4.3/filemanager.py", line 9, in open
self.f = open(self.filename, mode)
IOError: [Errno 13] Permission denied: '/any/ABC-Linux-V.2.4.3/abc.conf' |
|