搭建python for Symbian s60开发环境(含模拟器)
2010-08-30 00:05:00 来源:WEB开发网核心提示:except:import systype, value = sys.exc_info() [:2]appuifw.note(unicode(str(type)+''+str(value)), "info")returnelif i == 1:os.remove(item)focus
except:
import sys
type, value = sys.exc_info() [:2]
appuifw.note(unicode(str(type)+' '+str(value)), "info")
return
elif i == 1:
os.remove(item)
focused_item = index - 1
entries = self.current_dir.list_repr()
if not self.current_dir.at_root:
entries.insert(0, (u"..", u""))
self.lb.set_list(entries, focused_item)
if __name__ == '__main__':
Filebrowser().run()
更多精彩
赞助商链接