Python论坛  - 讨论区

标题:[python-chinese] 请教关于Trac安装的几个问题

2006年03月17日 星期五 09:26

weide wideweide at gmail.com
Fri Mar 17 09:26:56 HKT 2006

大家好:

前一阵子准备在项目组弄个项目管理的工具,根据Zoomq的建议决定使用Trac。主
要是晚上折腾一下,结果发现Trac出人意料地难配置:(

因为没整过Apache,费了些功夫终于把Apache、Mod_Python、SSL配置成功了。

其中Mod_SSL和OpenSSL有啥区别?没搞清楚,不过参考手册进行配置后可以使用
https访问SVN的Project List页面了!

执行到http://projects.edgewall.com/trac/wiki/TracOnWindows的“Configure
Trac DB”的时候,发现一个问题:

Subversion的网站上,只提供了Python 2.3 bindings for Subversion 1.3.0 on
Win32,没有提供Python2.4 bindings for..;虽然网站上解释了为什么没提供
(http://subversion.tigris.org/servlets/ReadMsg?list= dev&msgNo;=101731),
只是我仍然搞不懂如何解决这个问题。直接使用Python2.3 bindings for
Subversion on win32,执行的时候说找不到Python2.3的dll,昨天根据清风的建议
安装了一个Python2.3,尝试用Python23\ Python.exe trac-admin的操作,发现再
去安装一堆软件才行。

由于从来没有编译过开源项目的代码,估计会是一个比较花费时间的过程;不知道
大家有没有在Win32的Python2.4上安装过trac和svn服务的。有没有编译好的
Python2.4 bindings for subversion 1.3,或者有其它的好办法?

实在没办法,就准备在Python2.3.5上来装了

致
礼

weide

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

2006年03月17日 星期五 09:35

徐祥军 martin.xus at gmail.com
Fri Mar 17 09:35:25 HKT 2006

以前我也在python-chinese中请教过这个问题,幸好张俊给我发了他们自己编译的python for svn
2.4的版本:我私自放了一个到我的blog上面,希望张俊大大的允许
o_o

http://www.blogjava.net/Files/martinx/svn-win32-1.2.0_py2.4.rar


On 3/17/06, weide <wideweide at gmail.com> wrote:
>
> 大家好:
>
> 前一阵子准备在项目组弄个项目管理的工具,根据Zoomq的建议决定使用Trac。主
> 要是晚上折腾一下,结果发现Trac出人意料地难配置:(
>
> 因为没整过Apache,费了些功夫终于把Apache、Mod_Python、SSL配置成功了。
>
> 其中Mod_SSL和OpenSSL有啥区别?没搞清楚,不过参考手册进行配置后可以使用
> https访问SVN的Project List页面了!
>
> 执行到http://projects.edgewall.com/trac/wiki/TracOnWindows的"Configure
> Trac DB"的时候,发现一个问题:
>
> Subversion的网站上,只提供了Python 2.3 bindings for Subversion 1.3.0 on
> Win32,没有提供Python2.4 bindings for..;虽然网站上解释了为什么没提供
> (http://subversion.tigris.org/servlets/ReadMsg?list= dev&msgNo;=101731),
> 只是我仍然搞不懂如何解决这个问题。直接使用Python2.3 bindings for
> Subversion on win32,执行的时候说找不到Python2.3的dll,昨天根据清风的建议
> 安装了一个Python2.3,尝试用Python23\ Python.exe trac-admin的操作,发现再
> 去安装一堆软件才行。
>
> 由于从来没有编译过开源项目的代码,估计会是一个比较花费时间的过程;不知道
> 大家有没有在Win32的Python2.4上安装过trac和svn服务的。有没有编译好的
> Python2.4 bindings for subversion 1.3,或者有其它的好办法?
>
> 实在没办法,就准备在Python2.3.5上来装了
>
>>>
> weide
> _______________________________________________
> 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/20060317/9eaf4f9d/attachment.html

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

2006年03月17日 星期五 09:49

weide wideweide at gmail.com
Fri Mar 17 09:49:24 HKT 2006

An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060317/cc4e0bec/attachment.htm

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

2006年03月17日 星期五 09:58

徐祥军 martin.xus at gmail.com
Fri Mar 17 09:58:18 HKT 2006

我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3

我运行了没有做其他更改啊,你安装运行会报什么样的错误?


On 3/17/06, weide <wideweide at gmail.com> wrote:
>
> on 2006-3-17 9:35,徐祥军 said the following:
>
>  以前我也在python-chinese中请教过这个问题,幸好张俊给我发了他们自己编译的python for svn 2.4的版本:我私自放了一个到我的blog上面,希望张俊大大的允许
> o_o
>
> http://www.blogjava.net/Files/martinx/svn-win32-1.2.0_py2.4.rar
>
>
>
>
> 感谢热情回复!
>
> svn-win32-1.2.0_py2.4,倒是Python2.4了,
> 不过,我用的SVN是1.3.0了,根据traconwin上的说明,好像也会有问题。
>
>
> 同时发现了一段话:"
>
> *If you desperately want it to work with Python 2.4, this trick seems to
> work. Install the Subversion bindings for Python 2.3 in the Python 2.4site-packages directory. Find all dll files inte the directory
> \site-packages\libsvn with a name in the form: _*.dll. Now use your
> hexeditor of choice and replace all instances of "python23.dll" with "
> python24.dll" in the dll files (There's just one occurance in each file).*
>
>
> Add C:\Python23 to the path"
> 里面提到的hexeditor,能用记事本打开并修改吗?
>
>
> _______________________________________________
> 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/20060317/849e8d74/attachment.html

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

2006年03月17日 星期五 10:00

Zoom Quiet zoom.quiet at gmail.com
Fri Mar 17 10:00:28 HKT 2006

windows 中是比较麻烦的,
不过,现在 trac 0.9.* 版本支持独立运行的,
你不用折腾Apache 了,使用trac 自个儿的服务直接发布就好的!
看 TracInstall 那一页?!


On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
>
> 我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3
>
> 我运行了没有做其他更改啊,你安装运行会报什么样的错误?
>
>
> On 3/17/06, weide <wideweide at gmail.com> wrote:
> >
>
> on 2006-3-17 9:35,徐祥军 said the following:
>
>
> 以前我也在python-chinese中请教过这个问题,幸好张俊给我发了他们自己编译的python for svn
> 2.4的版本:我私自放了一个到我的blog上面,希望张俊大大的允许 o_o
>
> http://www.blogjava.net/Files/martinx/svn-win32-1.2.0_py2.4.rar
>
>
>
>
> 感谢热情回复!
>
> svn-win32-1.2.0_py2.4,倒是Python2.4了,不过,我用的SVN是1.3.0了,根据traconwin上的说明,好像也会有问题。
>
>
> 同时发现了一段话:"
>
>
> If you desperately want it to work with Python 2.4, this trick seems to
> work. Install the Subversion bindings for Python 2.3 in the Python 2.4
> site-packages directory. Find all dll files inte the directory
> \site-packages\libsvn with a name in the form: _*.dll. Now use your
> hexeditor of choice and replace all instances of " python23.dll" with
> "python24.dll" in the dll files (There's just one occurance in each file).
>
>
>
> Add C:\Python23 to the path"
> 里面提到的hexeditor,能用记事本打开并修改吗?
>
> _______________________________________________
> 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
>
>
>
> _______________________________________________
> 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
>
>


--
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

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

2006年03月17日 星期五 10:08

徐祥军 martin.xus at gmail.com
Fri Mar 17 10:08:35 HKT 2006

可是好像trac不支持用户管理?有方法不采用apache直接添加用户吗?

On 3/17/06, Zoom Quiet <zoom.quiet at gmail.com> wrote:
>
> windows 中是比较麻烦的,
> 不过,现在 trac 0.9.* 版本支持独立运行的,
> 你不用折腾Apache 了,使用trac 自个儿的服务直接发布就好的!
> 看 TracInstall 那一页?!
>
>
> On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
> >
> > 我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3
> >
> > 我运行了没有做其他更改啊,你安装运行会报什么样的错误?
> >
> >
> > On 3/17/06, weide <wideweide at gmail.com> wrote:
> > >
> >
> > on 2006-3-17 9:35,徐祥军 said the following:
> >
> >
> > 以前我也在python-chinese中请教过这个问题,幸好张俊给我发了他们自己编译的python for svn
> > 2.4的版本:我私自放了一个到我的blog上面,希望张俊大大的允许 o_o
> >
> > http://www.blogjava.net/Files/martinx/svn-win32-1.2.0_py2.4.rar
> >
> >
> >
> >
> > 感谢热情回复!
> >
> > svn-win32-1.2.0_py2.4,倒是Python2.4了,
> 不过,我用的SVN是1.3.0了,根据traconwin上的说明,好像也会有问题。
> >
> >
> > 同时发现了一段话:"
> >
> >
> > If you desperately want it to work with Python 2.4, this trick seems to
> > work. Install the Subversion bindings for Python 2.3 in the Python 2.4
> > site-packages directory. Find all dll files inte the directory
> > \site-packages\libsvn with a name in the form: _*.dll. Now use your
> > hexeditor of choice and replace all instances of " python23.dll" with
> > "python24.dll" in the dll files (There's just one occurance in each
> file).
> >
> >
> >
> > Add C:\Python23 to the path"
> > 里面提到的hexeditor,能用记事本打开并修改吗?
> >
> > _______________________________________________
> > 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
> >
> >
> >
> > _______________________________________________
> > 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
> >
> >
>
>
> --
> """Time is unimportant, only life important!
> blogging  :  http://blog.zoomquiet.org/pyblosxom/
> wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> in douban:  http://www.douban.com/people/zoomq/
> """
>
> _______________________________________________
> 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/20060317/a91b8a36/attachment.htm

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

2006年03月17日 星期五 10:14

Zoom Quiet zoom.quiet at gmail.com
Fri Mar 17 10:14:25 HKT 2006

On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
> 可是好像trac不支持用户管理?有方法不采用apache直接添加用户吗?
>
晕!当然哪!甚至于现在有专用的插件来进行用户管理
http://projects.edgewall.com/trac/wiki/PluginList

最简单直接的就是维护 authz 文件,
Apache 不过是 Trac 发布的一种最麻烦的方式…………

>
>
> On 3/17/06, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> > windows 中是比较麻烦的,
> > 不过,现在 trac 0.9.* 版本支持独立运行的,
> > 你不用折腾Apache 了,使用trac 自个儿的服务直接发布就好的!
> > 看 TracInstall 那一页?!
> >
> >
> > On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
> > >
> > > 我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3
> > >
> > > 我运行了没有做其他更改啊,你安装运行会报什么样的错误?
> > >
> > >
> > > On 3/17/06, weide <wideweide at gmail.com> wrote:
> > > >
> > >
> > > on 2006-3-17 9:35,徐祥军 said the following:
> > >
> > >
> > > 以前我也在python-chinese中请教过这个问题,幸好张俊给我发了他们自己编译的python for
> svn
> > > 2.4的版本:我私自放了一个到我的blog上面,希望张俊大大的允许 o_o
> > >
> > >
> http://www.blogjava.net/Files/martinx/svn-win32-1.2.0_py2.4.rar
> > >
> > >
> > >
> > >
> > > 感谢热情回复!
> > >
> > >
> svn-win32-1.2.0_py2.4,倒是Python2.4了,不过,我用的SVN是1.3.0了,根据traconwin上的说明,好像也会有问题。
> > >
> > >
> > > 同时发现了一段话:"
> > >
> > >
> > > If you desperately want it to work with Python 2.4, this trick seems to
> > > work. Install the Subversion bindings for Python 2.3 in the Python 2.4
> > > site-packages directory. Find all dll files inte the directory
> > > \site-packages\libsvn with a name in the form: _*.dll. Now use your
> > > hexeditor of choice and replace all instances of " python23.dll" with
> > > "python24.dll" in the dll files (There's just one occurance in each
> file).
> > >
> > >
> > >
> > > Add C:\Python23 to the path"
> > > 里面提到的hexeditor,能用记事本打开并修改吗?
> > >
> > > _______________________________________________
> > > 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
> > >
> > >
> > >
> > > _______________________________________________
> > > 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
> > >
> > >
> >
> >
> > --
> > """Time is unimportant, only life important!
> > blogging  :  http://blog.zoomquiet.org/pyblosxom/
> > wiki enter:
> http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> > in douban:  http://www.douban.com/people/zoomq/
> > """
> >
> > _______________________________________________
> > 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
> >
> >
>
>
> _______________________________________________
> 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
>
>


--
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

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

2006年03月17日 星期五 10:17

徐祥军 martin.xus at gmail.com
Fri Mar 17 10:17:45 HKT 2006

:)看到了,以前没看到,多谢多谢 o_o

On 3/17/06, Zoom Quiet <zoom.quiet at gmail.com> wrote:
>
> On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
> > 可是好像trac不支持用户管理?有方法不采用apache直接添加用户吗?
> >
> 晕!当然哪!甚至于现在有专用的插件来进行用户管理
> http://projects.edgewall.com/trac/wiki/PluginList
>
> 最简单直接的就是维护 authz 文件,
> Apache 不过是 Trac 发布的一种最麻烦的方式…………
>
> >
> >
> > On 3/17/06, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> > > windows 中是比较麻烦的,
> > > 不过,现在 trac 0.9.* 版本支持独立运行的,
> > > 你不用折腾Apache 了,使用trac 自个儿的服务直接发布就好的!
> > > 看 TracInstall 那一页?!
> > >
> > >
> > > On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
> > > >
> > > > 我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3
> > > >
> > > > 我运行了没有做其他更改啊,你安装运行会报什么样的错误?
> > > >
> > > >
> > > > On 3/17/06, weide <wideweide at gmail.com> wrote:
> > > > >
> > > >
> > > > on 2006-3-17 9:35,徐祥军 said the following:
> > > >
> > > >
> > > > 以前我也在python-chinese中请教过这个问题,幸好张俊给我发了他们自己编译的python for
> > svn
> > > > 2.4的版本:我私自放了一个到我的blog上面,希望张俊大大的允许 o_o
> > > >
> > > >
> > http://www.blogjava.net/Files/martinx/svn-win32-1.2.0_py2.4.rar
> > > >
> > > >
> > > >
> > > >
> > > > 感谢热情回复!
> > > >
> > > >
> > svn-win32-1.2.0_py2.4,倒是Python2.4了,
> 不过,我用的SVN是1.3.0了,根据traconwin上的说明,好像也会有问题。
> > > >
> > > >
> > > > 同时发现了一段话:"
> > > >
> > > >
> > > > If you desperately want it to work with Python 2.4, this trick seems
> to
> > > > work. Install the Subversion bindings for Python 2.3 in the Python
> 2.4
> > > > site-packages directory. Find all dll files inte the directory
> > > > \site-packages\libsvn with a name in the form: _*.dll. Now use your
> > > > hexeditor of choice and replace all instances of " python23.dll"
> with
> > > > "python24.dll" in the dll files (There's just one occurance in each
> > file).
> > > >
> > > >
> > > >
> > > > Add C:\Python23 to the path"
> > > > 里面提到的hexeditor,能用记事本打开并修改吗?
> > > >
> > > > _______________________________________________
> > > > 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
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > 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
> > > >
> > > >
> > >
> > >
> > > --
> > > """Time is unimportant, only life important!
> > > blogging  :  http://blog.zoomquiet.org/pyblosxom/
> > > wiki enter:
> > http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> > > in douban:  http://www.douban.com/people/zoomq/
> > > """
> > >
> > > _______________________________________________
> > > 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
> > >
> > >
> >
> >
> > _______________________________________________
> > 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
> >
> >
>
>
> --
> """Time is unimportant, only life important!
> blogging  :  http://blog.zoomquiet.org/pyblosxom/
> wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> in douban:  http://www.douban.com/people/zoomq/
> """
>
> _______________________________________________
> 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/20060317/b23db307/attachment.html

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

2006年03月17日 星期五 15:51

weide wideweide at gmail.com
Fri Mar 17 15:51:29 HKT 2006

on 2006-3-17 9:58,徐祥军 said the following:
> 我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3
> 我运行了没有做其他更改啊,你安装运行会报什么样的错误?

强烈感谢!

上午没下载完就开会去了,已经顺利安装成功并跑起来了^_^

希望使用Apache能够效率各方面好一些,否则这几天真是白折腾了,早知道这样麻
烦不如象ZoomQuiet提到的直接使用tracd的方式了:(

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

2006年03月17日 星期五 17:58

Zoom Quiet zoom.quiet at gmail.com
Fri Mar 17 17:58:11 HKT 2006

On 3/17/06, weide <wideweide at gmail.com> wrote:
> on 2006-3-17 9:58,徐祥军 said the following:
> > 我也使用的是subversion1.3.0+python2.4.2+trac 0.9.3
> > 我运行了没有做其他更改啊,你安装运行会报什么样的错误?
>
> 强烈感谢!
>
> 上午没下载完就开会去了,已经顺利安装成功并跑起来了^_^
>
> 希望使用Apache能够效率各方面好一些,否则这几天真是白折腾了,早知道这样麻
> 烦不如象ZoomQuiet提到的直接使用tracd的方式了:(

哈哈哈!效率不一定需要Apache 的,推荐Lighttpd!
mod_python 一直 不如pure python 可靠的说,
除非使用SVN服务的人太多,否则单纯的tracd 就足够用了…………
简单即是美!


> _______________________________________________
> 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
>


--
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

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

2006年03月23日 星期四 14:47

weide wideweide at gmail.com
Thu Mar 23 14:47:03 HKT 2006

An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060323/11d9967b/attachment.htm

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

2006年03月23日 星期四 16:20

Zoom Quiet zoom.quiet at gmail.com
Thu Mar 23 16:20:34 HKT 2006

On 3/23/06, weide <wideweide at gmail.com> wrote:
>  on 2006-3-17 10:14,Zoom Quiet said the following:
>  On 3/17/06, 徐祥军 <martin.xus at gmail.com> wrote:
>
>
>  可是好像trac不支持用户管理?有方法不采用apache直接添加用户吗?
>
>  !当然哪!甚至于现在有专用的插件来进行用户管理
> http://projects.edgewall.com/trac/wiki/PluginList
>
> 最简单直接的就是维护 authz 文件,
> Apache 不过是 Trac 发布的一种最麻烦的方式…………
>
>
>
>  这两天才开始尝试细致化的管理,发现些问题:
>  1.trac和svn使用了同一个htpasswd产生的用户名/密码文件来保证用户的一致性,这样子总感觉怪怪的;
>
所以应该分离,SVN 使用 SVN+SSH 的安全认证,
trac 只是 对wiki/tick/mailstone 进行权限 控制

> 2.SVN的AuthzSVNAccessFile授权文件不可用,配置如下所示。注释掉Authz文件,则可以访问,使用了就被提示无权访问。
所以不要使用Apache
> Apache的Error.log里提示说:
>  The URI does not contain the name of a repository.  [403, #190001]
>
>  
>      DAV svn
>      SVNListParentPath on
>      SVNParentPath G:\svn
>
>      # our access control policy
>      #AuthzSVNAccessFile G:\trac\.svn_AuthzSVNAccessFile
>
>      # only authenticated users may access the repository
>      Require valid-user
>
>      SSLRequireSSL
>      AuthType Basic
>      AuthName "Subversion repositories"
>      AuthUserFile G:\trac\.svn_passwd
>  
>  3.PluginList里的User Management还是Authentication?尚未尝试
>
都有提供

> 4.项目名称我尝试使用中文,发现界面显示为乱码了:(这个能够正常显示中文吗?把trac.ini里的字符编码是否设置成GBK或UTF-8?
>  标题还无所谓,代码也给显示成乱码了,难道需要把代码文件设置成同trac.ini文件里相同的字符编码?
>
对应统一就成!ini 本身也应该是utf-8 的,看啄木鸟的trac 界面中的相关部位就是
中文的哪…………

>  上述问题正在尝试解决中,大家有解决过这些问题的,还请不吝赐教啊^_^
>
> _______________________________________________
> 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
>
>


--
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

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

2006年03月23日 星期四 16:49

weide wideweide at gmail.com
Thu Mar 23 16:49:02 HKT 2006

An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060323/583a057c/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号