I am sure, that this must be a newbie question, that already has been
covered, but I can't find any useful info about, what I am doing
wrong.
Since I actually am a newbie to trac, please bear with me...

For the live of me, I can't figure out why the wiki macros are not
working.

If I open http://mydomain/trac/wiki/WikiMacros the wiki help page for
wiki macros the macros for [[TimeStamp]] and [[HelloWorld(Testing)]]
show the red box, that they were not loaded.

I use the latest 0.11 release of trac with the fastcgi module on
apache 2 server on a gentoo linux system. (Yes, I restart the apache
server each time I change something)

I enabled logging via the trac.ini and the log doesn't report a
problem when I open the page above.

I tried to copy the TimeStamp.py and the HelloWorld.py from

<trac binary directory>/wiki-macros/HelloWorld.py to
<myTracEnvironment>/plugins/HelloWorld.py
and
<trac binary directory>/wiki-macros/TimeStamp.py to
<myTracEnvironment>/plugins/TimeStamp.py

I can see, that the .pyc is generated in <myTracEnvironment>/plugins/
TimeStamp.pyc and <myTracEnvironment>/plugins/HelloWorld.pyc
but still it won't load.

I installed also the TracTocMacro for 0.11 and it doesn't work either,
with the same error message.


here is the log entry, when it loads


2007-08-16 12:56:39,437 Trac[loader] DEBUG: Loading tractoc.macro
from /usr/lib/python2.4/site-packages/TracTocMacro-11.0.0.2-py2.4.egg
2007-08-16 12:56:39,468 Trac[loader] DEBUG: Loading file plugin
Timestamp from /var/lib/trac/tls/plugins/Timestamp.py
2007-08-16 12:56:39,469 Trac[loader] DEBUG: Loading file plugin
HelloWorld from /var/lib/trac/tls/plugins/HelloWorld.py



I've also tried to set the permissions and owner to "apache" 755 for
the plugin files.

What can I do to debug that further ?
Any hints for me?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to