> Did you find any solution to this? I'm having the same issue where > stuff seems to work from the command line, but not from the TRAC web > frontend...
Check that the python interpreter is actually the same when you run it from the command line and from the web server, and double-check the pythonpath that the web server is using. You can add a trace in the web front-end to dump the python sys.path either to the stderr output or to a temporary file. HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
