ChinaUnix.net
相关文章推荐:

下载了SPE编辑器

读过python经典入门书籍《a byte of python》的书,应该都知道在其中介绍的一款IDE,那就是 Stani's Python Editor 在寻找合适的IDE中,我走了许多弯路,目前为止这是一款我最为满意的。而在这之前,曾尝试eclipse_Pydev以及snavigator,前者臃肿,后者不适合python,而且支持UML很成问题。 那么废话还是少说,先来看看官方的支持特性: spe is a python IDE with auto indentation&completion,call tips,syntax coloring&...

by 适兕 - Python文档中心 - 2008-11-04 19:00:09 阅读(3223) 回复(0)

相关讨论

http://www.stani.be 这个网站都进不去,不知道怎么搞的,最近比较倒霉, 下载一个装上也打不开, 哪里有下的告诉我一下好吗?

by hrp313 - Python - 2007-10-25 22:10:31 阅读(2001) 回复(0)

spe一个优秀的PYTHON开发环境,真的是很不错,大家下来看看。 http://www.serpia.org/spe WINDOWS安装: 1,安装python 2,安装wxPython2.6-win32-unicode-2.6.3.3-py24.exe 3,安装spe linux安装 apt-get ... 下载spe 据说spe for debian的包很快就出来,就是没看见:) 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/18418/showart_147573.html

by hanyh - Python文档中心 - 2006-07-30 00:06:34 阅读(3697) 回复(0)

很简单的语句: a=6 for i in range (20): print a*i 在dos底下, 输出说错误, 可是用spe却无错通过。 不知为何? 出错情况为: File "C:Pythoncodetest.py", line3 print a*i ^ IndentationError: expected an indented block 环境: Python 2.4.2 [ 本帖最后由 wolfg 于 2005-11-22 09:23 编辑 ]

by zergchen - Python - 2005-11-23 13:36:10 阅读(2590) 回复(6)

哈,刚升级完ubuntu edgy, spe 新版就出来了。 今天真是个好日子。 下载地址 发行注释: This is a maintenance release (mostly bug fixing) to prove that spe is alive and well! In case you are using wxPython2.7 you'll need to upgrade to this release. Submitted patches will be reviewed and included if approved for next release. Thanks for all your patient support and continuing donations. The spe 0.8...

by lvscar - Python - 2006-10-20 23:29:23 阅读(1764) 回复(0)

Using Python ’s pycurl ( cURL ) and re ( Regular Expression ) libraries, it’s possible to write a script that will check the Google ranking of a specific domain for a specific search term. To check for and install Python 2.4 and the py-curl library on Mac OS X: Follow these instructions to install MacPorts if it hasn’t been installed yet, then open a new Terminal window and enter the followi...

by cobrawgl - Python文档中心 - 2009-04-06 17:15:13 阅读(2056) 回复(0)

在linux上装datastage,ibm技术人员说要打spe补丁,刚上google了下,没查到spe到底是啥补丁 知道的能不能告诉我下?谢谢

by undeadboy - 系统管理 - 2006-11-02 15:28:43 阅读(591) 回复(0)

spe 产生错误可能是因为安装了什么程序,造成编码问题这个我还不清出问题所在 python spe.py --debug > debug1.txt 2>&1 spe v0.8.2.a (c)2003-2005 www.stani.be If spe fails to start: - type "python spe.py --debug > debug.txt 2>&1" at the command prompt (or if you use tcsh: "python spe.py --debug >& debug.txt") - send debug.txt with some info to spe.stani.be[at]gmail.com Blender support disabled (ru...

by kai0200 - Python文档中心 - 2006-08-10 14:54:58 阅读(1419) 回复(0)

python spe.py --debug > debug1.txt 2>&1 [code] spe v0.8.2.a (c)2003-2005 www.stani.be If spe fails to start: - type "python spe.py --debug > debug.txt 2>&1" at the command prompt (or if you use tcsh: "python spe.py --debug >& debug.txt") - send debug.txt with some info to spe.stani.be[at]gmail.com Blender support disabled (run spe inside Blender to enable). Encrypted debugging disabled...

by kai0200 - Python - 2006-08-11 15:42:08 阅读(3328) 回复(3)

也是好事,尝试修改了 spe 的一处设置( Edit -> Preference)(好像是将一个原本设置为 default 的设置改为 windows),结果 spe 就再也无法正常启动了。 1. 把安装好的 spe 删除掉,重新解压到其他位置不能解决。 2. 到网上下载 0.8.3 的 .gz 版本,并解压到原来的位置和其他位置均不能解决。 3. 到网上下载 0.8.3 的 exe 版本,安装到原来位置,仍不能解决。 芩驴技穷了。 望有哪位高手指点一下,非常感谢。

by lephon - Python - 2008-10-12 18:20:29 阅读(1615) 回复(0)