Environment:
  • clearsilver-0.9.3
  • pysqlite-2.2.2
  • Python-2.3.5
  • SilverCity-0.9.6
  • sqlite-3.3.5
  • subversion-1.3.1
  • swig-1.3.29
  • trac-0.9.5
I have simply put the corresponding Trac Tag egg file into the site-packages folder of python 2.3

[EMAIL PROTECTED] trac]$ ls -al /usr/local/lib/python2.3/site-packages
total 652
drwxr-xr-x    8 root     root         4096 Jun  6 16:45 .
drwxr-xr-x   19 root     root        12288 Apr 21 16:59 ..
-rw-r--r--    1 root     root          212 Jun  6 15:47 easy-install.pth
lrwxrwxrwx    1 root     root           32 Apr 21 17:25 libsvn -> /usr/local/lib/svn-python/libsvn
-rwxr-xr-x    1 root     root       476717 Apr 21 17:23 neo_cgi.so
drwxr-xr-x    3 root     root         4096 Apr 24 10:18 pysqlite2
-rw-r--r--    1 root     root          119 Apr 21 16:59 README
drwxr-xr-x    4 root     root         4096 Apr 26 13:44 setuptools-0.6a11-py2.3.egg
drwxr-xr-x    4 root     root         4096 Jun  6 15:47 setuptools-0.6b2-py2.3.egg
-rw-r--r--    1 root     root           27 Jun  6 15:47 setuptools.pth
drwxr-xr-x    2 root     root         4096 Apr 21 17:21 SilverCity
drwxr-xr-x    2 root     root         4096 Apr 21 17:02 sqlite
-rwxr-xr-x    1 root     root       122058 Apr 21 17:23 _sqlite.so
lrwxrwxrwx    1 root     root           29 Apr 21 17:25 svn -> /usr/local/lib/svn-python/svn
lrwxrwxrwx    1 root     root           25 Apr 21 17:25 svn-python -> /usr/local/lib/svn-python
drwxr-xr-x    9 root     root         4096 Apr 24 10:11 trac
-rw-r--r--    1 root     root         3745 Jun  6 15:53 TracTags-0.4-py2.3.egg
[EMAIL PROTECTED] trac]$
[EMAIL PROTECTED] trac]$ cat /var/trac/conf/trac.ini
[wiki]
ignore_missing_pages = false

[header_logo]
src = "">alt = Trac
height = 73
link = http://trac.edgewall.com/
width = 236

[logging]
log_file = trac.log
log_level = DEBUG
log_type = none

[trac]
default_charset = iso-8859-15
ignore_auth_case = false
permission_store = DefaultPermissionStore
check_auth_ip = true
database = sqlite:db/trac.db
templates_dir = /usr/local/share/trac/templates
default_handler = TagsWikiModule
metanav = login,logout,settings,help,about
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
repository_dir = /var/svn/test

[notification]
always_notify_owner = false
smtp_always_cc =
smtp_password =
smtp_enabled = false
smtp_replyto = [EMAIL PROTECTED]
smtp_port = 25
always_notify_reporter = false
smtp_server = localhost
smtp_from = [EMAIL PROTECTED]
smtp_user =

[project]
url = "" href="http://example.com/">http://example.com/
footer =  Visit the Trac open source project at<br /><a href="" href="http://trac.edgewall.com/">http://trac.edgewall.com/">http://trac.edgewall.com/ </a>
name = My Project
descr = My example project
icon = common/trac.ico

[mimeviewer]
php_path = php
enscript_path = enscript
tab_width = 8
max_preview_size = 262144

[attachment]
render_unsafe_content = false
max_size = 262144

[timeline]
changeset_show_files = 0
ticket_show_details = false
default_daysback = 30

[ticket]
default_version =
default_component = component1
default_type = defect
restrict_owner = false
default_milestone =
default_priority = major

[browser]
hide_properties = svk:merge

[components]
trac.wiki.web_ui.wikimodule = disabled
tractags.* = enabled

[EMAIL PROTECTED] trac]$

When I click on the project name (http://olesrv502d:8000/trac), an error page was returned.

"Error
No handler matched request to"

What do you think I have done wrong or missed?

Thanks.


--
YeuWen
Mobile # +61418379261
http://blog.360.yahoo.com/makyw
The greatest use of life is to spend it for something that will outlast it.
- William James
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to