Python论坛  - 讨论区

标题:[python-chinese] swigwin 有在windows下直接安装的文件吗?

2006年02月10日 星期五 11:37

徐祥军 martin.xus at gmail.com
Fri Feb 10 11:37:16 HKT 2006

想用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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月10日 星期五 12:01

张骏 zhangj at foreseen-info.com
Fri Feb 10 12:01:06 HKT 2006

在 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
简单源于我们
丰元信信息技术有限公司



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月10日 星期五 12:10

Bruce Wang number5 at gmail.com
Fri Feb 10 12:10:46 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月10日 星期五 12:51

徐祥军 martin.xus at gmail.com
Fri Feb 10 12:51:35 HKT 2006

我执行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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月10日 星期五 12:55

徐祥军 martin.xus at gmail.com
Fri Feb 10 12:55:20 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月10日 星期五 14:13

徐祥军 martin.xus at gmail.com
Fri Feb 10 14:13:16 HKT 2006

原来是少了这个 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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号