Posts Tagged: Python


6
Apr 10

SVN:This client is too old to work with working copy…解决办法

这两天项目提交时候,虚拟机用SVN提交的时候,总是报如下提示:

svn: This client is too old to work with working copy ‘/opt/gforge/www/account’. You need
to get a newer Subversion client, or to downgrade this working copy.
See http://subversion.tigris.org/faq.html#working-copy-format-change
for details.

其实有时候仔细看下报错提示还是很有用的。开始没有仔细看,试着升级SVN,其实是一个错误的方向。正确的解决办法就是按照提示中的地址有FAQ的解释,可以解决这个问题。
Continue reading →


2
Apr 10

2010年4月购书已到

一个中国人在中国的遭遇,平民历史,Oracle Database 10g SQL 开发指南,Python开发技术详解

Continue reading →


9
Mar 10

Editplus的Python环境配置

Editplus默认不支持Python开发,但是Editplus官方提供了Python的支持:

http://www.editplus.com/dn.cgi?python3.zip

配置方法:
工具->参数->文件->设置与语法:

新建语法类型:python
扩展名:py
语法文件:python.stx
自动完成文件:python.acp