分页: 10/20 第一页 上页 5 6 7 8 9 10 11 12 13 14 下页 最后页 [ 显示模式: 摘要 | 列表 ]

Using XML Resources with XRC 不指定

root , 2008/05/22 21:16 , Python , 评论(0) , 阅读(5122) , Via 本站原创
包含了常用控件的创建方法:
*1Introduction
*2UsingwxXmlResource
o2.1Initialization
o2.2CreatingUIElements
*3XRCFileFormat
*4Internationalization(i18n)
*5XRCObjectDescriptions
o5.1wxWindowElements
o5.2Sizers
+5.2.1sizeritem
+5.2.2wxBoxSizer
+5.2.3wxStaticBoxSizer
+5.2.4wxGridSizer
+5.2.5wxFlexGridSizer
o5.3wxBitmapButton
o5.4wxButton
o5.5wxCalendarCtrl
o5.6wxCheckBox
o5.7wxCheckList
o5.8wxChoice
o5.9wxComboBox
o5.10wxDialog
o5.11wxFrame
o5.12wxGauge
o5.13wxGenericDirCtrl
o5.14wxHtmlWindow
o5.15wxListBox
Tags:

Centos+lighttpd+flup+fastcgi+django 不指定

root , 2008/05/22 16:51 , Python , 评论(0) , 阅读(9352) , Via 本站原创
一、安装lighttpd、django略

二、安装flup
引用

wget -c http://www.saddi.com/software/flup/dist/flup-0.5.tar.gz
tar xzvf flup-0.5.tar.gz
cd flup-0.5
python setup.py install
提示:
---------------------------------------
The required version of setuptools (>=0.6c6) is not available, and
can't be installed while this script is running. Please install
a more recent version first.

(Currently using setuptools 0.6c5 (/usr/local/lib/python2.5/site-packages/setuptools-0.6c5-py2.5.egg))
---------------------------------------
原因是我的setuptools的版本过低。

wget http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c6-py2.5.egg
chmod +x setuptools-0.6c6-py2.5.egg
./setuptools-0.6c6-py2.5.egg
再安装flup
python setup.py install
搞定:)
分页: 10/20 第一页 上页 5 6 7 8 9 10 11 12 13 14 下页 最后页 [ 显示模式: 摘要 | 列表 ]