On 10/07/07, Johan <[EMAIL PROTECTED]> wrote: > > > > not necessarily - it also comes when the script doesnt compile, > > cannot import some module or even if it is not set as executable - > > the culprit is usually a missing module > > How can I figure out this ? > About the executable priviledges : /usr/share/trac/cgi-bin/trac.cgi > is -rwxr-xr-x, so it's ok. >
Rather than use trac.cgi you might want to try using python instead. I know this is for Feisty, but should also work for Gutsy : http://trac.edgewall.org/wiki/TracFeisty Two things to note from this wiki entry (which I've mentioned to Luis already ;) ) : "sudo apt-get install trac" doesn't work - I get package not found (or similar error), so you will need to follow the standard download<http://trac.edgewall.org/wiki/TracDownload>and install <http://trac.edgewall.org/wiki/TracInstall>instructions. In order to get Trac and SVN talking to one another you also need to install the python svn bindings, which isn't included in Luis' instructions : "sudo apt-get install python-subversion" Otherwise, its a very useful wiki entry. Hope this helps Regards Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
