Descripción:
Python语言
|
|
|
Eric 启动出错
|
| |
出错信息,表现为反复报 Can not save/load type 256 Warning: An unhandled exception occurred. Please report the problem using the error reporting dialog or via email to <eric4-bugs@die- offenbachs.de>. A log has been written to "C:\Users\zyj\_eric4\eric4_err or.log". Error information: ------------------------------ ------------------------------ -------... más »
|
|
Snow Leopard上装MySQLdb的问题 (转载)
|
| |
【 以下文字转载自 Apple 讨论区 】 发信人: jason (--), 信区: Apple 标 题: Snow Leopard上装MySQLdb的问题 发信站: 水木社区 (Sat Nov 21 22:25:43 2009), 站内 安装时报错: cc1: error: unrecognized command line option "-Wno-long-double" cc1: error: unrecognized command line option "-Wno-long-double"... más »
|
|
菜鸟请教,这样的网页中的表格里的数据怎么能抓下来?
|
| |
我是新新人,python只知道一点点,网站/网页这方面几乎不 懂。现在要做一个小程序,请教数据抓取的问题。就象这个彩票网页 里的那个历史数据表格,数据不是存在网页中的<tb><tr>里 的,这样的该是怎么样的一个思路去抓下来呢?如果能有一个小的s ample就更好了。... más »
|
|
PyInstaller configure问题
|
| |
环境: Windows xp sp3 + python2.6.4 + wxPython2.8-unicode + pyinstaller1.4 问题: python Configure.py出错,说是MSVCP90.dll dependency 问题 现象: D:\back\test\python\pyinstalle r>python Configure.py I: computing EXE_dependencies E: lib not found: MSVCR90.dll dependency of C:\Program Files \python264\python.ex... más »
|
|
请教用py2exe如何打包有大量非程序文件的python程序
|
| |
我看Beginning Game Development with Python and Pygame上的例程是这么写的 from distutils.core import setup import py2exe setup( windows = [{"script":"antsstatemachine.p y"}], data_files = [ (".", ["ant.png", "leaf.png", "spider.png"]) ] ) 他把所有的图片文件放在data_files中。... más »
|
|
list怎么按长度切割呢
|
| |
I used len(L)>>4 for list of thousands of elems adapt the number of pieces to your own program, e.g. as a function argument 【 在 inference (What do I do now, Ellie?) 的大作中提到: 】
|
|
|