2006年02月10日 星期五 11:37
想用trac,可是它需要我安装swing(http://www.swig.org/),这个是不是一定要vc去编译、构建、绑定,我的机器上也没有VC,我想找个能直接在windows下安装的版本,直接安装。可有? 谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060210/182148e8/attachment.htm
2006年02月10日 星期五 12:01
在 2006-2-10 11:37:16,徐祥军 <martin.xus at gmail.com> 写道: > 想用trac,可是它需要我安装swing(http://www.swig.org/),这个是不是一定要vc去编译、构建、绑定,我的机器上也没有VC,我想找个能直接在windows下安装的版本,直接安装。可有? > > 谢谢! Trac 需要swig吗? 我们配置的时候没有发现这个要求啊。 能不能讲讲你的配置过程,我帮你看一下。 -- 张骏 <zhangj at foreseen-info.com> 敏捷来自Python 简单源于我们 丰元信信息技术有限公司
2006年02月10日 星期五 12:10
On 2/10/06, 徐祥军 <martin.xus at gmail.com> wrote: > 想用trac,可是它需要我安装swing(http://www.swig.org/),这个是不是一定要vc去编译、构建、绑定,我的机器上也没有VC,我想找个能直接在windows下安装的版本,直接安装。可有? > > 谢谢! > 安装trac 不需要 swig啊 http://projects.edgewall.com/trac/wiki/TracDownload 在这里下载exe 再到这里下载 clearsilver, http://www.clearsilver.net/downloads/ 还有pysqlite: http://www.initd.org/tracker/pysqlite 都有win32的exe的 -- simple is good http://datastrategy.org/number5
2006年02月10日 星期五 12:51
我执行trac-admin /path/repos initenv的时候出现如下的错误: -------------------------- Warning: You should install the SVN bindings -------------------------- 安装swig是我自己猜测的。 我安装了trac、subversion、sqlite、pysqlite、clearsilver以及TortoiseSVN。 点页面上Timeline、Browse Source时报如下错误: -------------------------- Repository checkins event provider failed: TracError: Unsupported version control system "svn" -------------------------- 这个何啊? On 2/10/06, Bruce Wang <number5 at gmail.com> wrote: > > On 2/10/06, 徐祥军 <martin.xus at gmail.com> wrote: > > > 想用trac,可是它需要我安装swing(http://www.swig.org/),这个是不是一定要vc去编译、构建、绑定,我的机器上也没有VC,我想找个能直接在windows下安装的版本,直接安装。可有? > > > > 谢谢! > > > 安装trac 不需要 swig啊 > http://projects.edgewall.com/trac/wiki/TracDownload 在这里下载exe > 再到这里下载 clearsilver, http://www.clearsilver.net/downloads/ > 还有pysqlite: http://www.initd.org/tracker/pysqlite > 都有win32的exe的 > > > > -- > simple is good > http://datastrategy.org/number5 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060210/28d82d9d/attachment.html
2006年02月10日 星期五 12:55
trac我没有配置,我只是配置了一下subversion,创建了一个db,然后就执行 trac-admin了。 显示警告如下,并且页面无法使用。 Warning: You should install the SVN bindings On 2/10/06, 张骏 <zhangj at foreseen-info.com> wrote: > > 在 2006-2-10 11:37:16,徐祥军 <martin.xus at gmail.com> 写道: > > > 想用trac,可是它需要我安装swing(http://www.swig.org/),这个是不是一定要vc去编译、构建、绑定,我的机器上也没有VC,我想找个能直接在windows下安装的版本,直接安装。可有? > > > > 谢谢! > > Trac 需要swig吗? > 我们配置的时候没有发现这个要求啊。 > > 能不能讲讲你的配置过程,我帮你看一下。 > > -- > 张骏 <zhangj at foreseen-info.com> > > 敏捷来自Python > 简单源于我们 > 丰元信信息技术有限公司 > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060210/f07e4a9e/attachment.htm
2006年02月10日 星期五 14:13
原来是少了这个 svn-win32-1.3.0_py.zip<http://subversion.tigris.org/files/documents/15/29045/svn-win32-1.3.0_py.zip> 可是在python2.3.5下成功,2.4却没有成功。svn-win32没有python2.4版本的。 On 2/10/06, 徐祥军 <martin.xus at gmail.com> wrote: > > trac我没有配置,我只是配置了一下subversion,创建了一个db,然后就执行 > trac-admin了。 > 显示警告如下,并且页面无法使用。 > Warning: > > You should install the SVN bindings > > > On 2/10/06, 张骏 <zhangj at foreseen-info.com> wrote: > > > > 在 2006-2-10 11:37:16,徐祥军 <martin.xus at gmail.com> 写道: > > > > > 想用trac,可是它需要我安装swing(http://www.swig.org/),这个是不是一定要vc去编译、构建、绑定,我的机器上也没有VC,我想找个能直接在windows下安装的版本,直接安装。可有? > > > > > > 谢谢! > > > > Trac 需要swig吗? > > 我们配置的时候没有发现这个要求啊。 > > > > 能不能讲讲你的配置过程,我帮你看一下。 > > > > -- > > 张骏 <zhangj at foreseen-info.com> > > > > 敏捷来自Python > > 简单源于我们 > > 丰元信信息技术有限公司 > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060210/84c67bc9/attachment.html
Zeuux © 2025
京ICP备05028076号