Tentando configurar o trac, mas falhando

1

Estou tentando configurar um ambiente trac no Snow Leopard Server. Agora estou falhando na parte do apache.

No apache error_log é o erro

Oops...

Trac detected an internal error:

No module named trac.web

Traceback (most recent call last):
  File "/Library/WebServer/CGI-Executables/trac.fcgi", line 31, in <module>
    from trac.web import fcgi_frontend
ImportError: No module named trac.web

Como posso corrigir isso?

    
por John Smith 29.08.2010 / 08:23

1 resposta

1

Parece que a biblioteca trac não está no seu PYTHONPATH; Se você estiver configurando isso usando o Apache, você pode adicionar o seguinte à sua configuração do Apache, sob a entrada Directory ou Location para trac:

SetEnv PYTHONPATH /path/to/trac/install
    
por 29.08.2010 / 19:47

Tags