Dear listmembers,

I'm using trac 0.9.6 on a Debian Etch box.
Apache2 is running with mod_python 3.1.3, python 2.3.5 and svn 1.2.3.

In my wiki-pages the macro "image" does not work.

my "wiki-code" is:
[[Image(source:/trunk/Dokumentation/fax/fax_ad_faxnummer.jpg)]]

the output is:
source:/trunk/Dokumentation/fax/fax_ad_faxnummer.jpg

As you can see my images are stored in the svn-repository.
I did now a test with an image copied to the htdocs-directory in my
trac-environment with the same result.

I didn't find useful information with google and in the trac-tickets
so I'll ask you for some ideas and help.

Here my code snippet from the apache-config:
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend
        TracEnvParentDir /var/lib/svn/trac
        PythonOption TracUriRoot "/svn/trac"
        PythonPath "sys.path+['/usr/lib/python2.3/site-packages/trac/']"

My directory structure is as followed:
/var/lib/svn/repos/ -> svn repositories
/var/lib/svn/trac/ -> trac environments
for the apache-config it's the same.

Kind regards, Paul


Attachment: signature.asc
Description: Digital signature

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to