目录前言1. Tkinter 2. PyQt 3. wxpython 总结前言
目录前言 常用的GUI库1.Tkinter2.wxPjsython3.PyQT基于tkinter模块创建GUpythonI程序步骤主窗口设置主窗口位置和大小GUI编程整体描述 常用组件汇总列表GUI应用程序类的经典写法总结前言 
I\'m trying to do an asynchronous request with ASIHTTPRequest, but have some problem getting notified when the request is done.