Edgewall Software

Opened 13 years ago

Last modified 7 years ago

#9903 closed enhancement

Trac with cherokee, unmet dependency — at Initial Version

Reported by: jevgenij.tsoi@… Owned by:
Priority: normal Milestone: 1.0.17
Component: web frontend/tracd Version: 0.12-stable
Severity: normal Keywords: documentation cherokee flup
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hej!

I was installing trac with cherokee, following instructions on TracFastCgi. I could not get tracd to start. Cherokee was giving me 503 errors.

Running tracd by hand, i got this trace:

Traceback (most recent call last):
  File "/usr/local/bin/tracd", line 9, in <module>
    load_entry_point('Trac==0.12', 'console_scripts', 'tracd')()
  File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/standalone.py", line 290, in main
    serve()
  File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/standalone.py", line 272, in serve
    None, None, ['']).WSGIServer
ImportError: No module named flup.server.scgi

Anyway, installing python-flup fixed the problem. But it was in no way obvious.

I don't know, maybe you could add some directions in the scgi section, on this dependency.

Setup: Ubuntu 10.10 server python 2.6 trac 0.12 installed via easy_install cherokee 1.0.12 installed via ubuntu ppa

Thank you for a great app! /JT

Change History (0)

Note: See TracTickets for help on using tickets.