
script
文章平均质量分 78
WuErPing
这个作者很懒,什么都没留下…
展开
-
py2exe 转换 pytetris
首先,需要一个给 py2exe 使用的 python 脚本,我命名为 setup.py,内容如下:1from distutils.core import setup2import glob, shutil3import py2exe4setup(windows=["main.py"])5shutil.copytree(SFX, dist/SFX)6shutil.copytree(原创 2007-12-02 22:24:00 · 1011 阅读 · 0 评论 -
用 SCons 构建 SWIG 项目
用 SCons 构建 SWIG 项目 ( WuErPing 2009/02/10 )scons是个好东西,swig也是个好东西,两个好东西加起来如何 ? 本文所用开发环境: swigwin-1.3.38 http://www.swig.org./ SCons 1.2.0.d20090113 http://www.scons.o原创 2009-02-10 13:55:00 · 1328 阅读 · 2 评论 -
解决 MySQL-python-1.2.3b1 的安装错误
在 windows 环境安装 MySQL-python-1.2.3b1 遇到错误------------C:/TDDOWNLOAD/MySQL-python-1.2.3b1.tar/MySQL-python-1.2.3b1/MySQL-python-1.2.3b1>setup.pyTraceback (most recent call last): File "C:/TDDOWNLOAD原创 2009-02-25 18:35:00 · 8027 阅读 · 3 评论 -
php for windows 构建实践
created by: andrew.wudate : 2009-3-19 源码 PHP 5.2.8 ,下载地址 http://cn.php.net/get/php-5.2.8.tar.gz/from/a/mirror操作系统 : Windows XP Service Pack 2编译器: VC2008 + SP1 在 build 之前先阅读 http://w原创 2009-03-19 10:12:00 · 1164 阅读 · 0 评论 -
TinyP2P 世界最小的P2P应用
The Worlds Smallest P2P Application 世界上最小的P2P应用Written by Ed Felten, with help from Alex Halderman.翻译 吴尔平 2005/10/25 创建 2009/05/10 从原来的站点移过来,加语法高亮 http://www.danbala.com/python/lpy/<!--翻译 2009-05-10 23:14:00 · 2383 阅读 · 0 评论 -
python.struct helper class
/*!python struct helper classversion : 0.01 created by : andrew.wu (erpingwu@gmail.com)created on : 2009/05/23url : http://blog.oolanguage.com/erpingwu/python-struct-module-help原创 2009-05-25 10:31:00 · 1937 阅读 · 0 评论 -
python 2.6.x 构建 mod_python 及 apache 下的简单配置
/*!python 2.6.x 构建 mod_python 及 apache 下的简单配置created by : andrew.wu (erpingwu@gmail.com)created on : 2009/05/26url : http://blog.oolanguage.com/erpingwu/python-26x-构建-mod_python-及-apache-下的简单配原创 2009-05-26 15:11:00 · 3101 阅读 · 1 评论 -
zsi + wsdl + mod_python
/*! zsi + wsdl + mod_python created by : andrew.wu (erpingwu@gmail.com) created on : 2009/05/28 url : http://blog.oolanguage.com/erpingwu/zsi-wsdl-mod_python/*/ZSI(The Zolera SOAP Infrastruct原创 2009-05-28 12:34:00 · 1995 阅读 · 0 评论