Hey Ryan,
Does "fresh install" mean that this is a new virtual machine that is guaranteed to have no other modifications other than the changes you've made in setting up Trac? No, it’s an existing server where I primarily run Wordpress instances. But this is the first python/WSGI site I’m running. That said, I spent the better part of today setting up a new virtual machine with the same configuration as the one that has missing headers & footers. Everything works fine on the new server. I did directory comparisons of trac and genshi between the two machines to ensure nothing was messed up. Things match exactly, including ownership and permissions. I tried debugging and single stepping through the code using “import pid; pid.set_trace()”, but that only resulted in a BdbQuit error [ sorry I’ve never done python web debugging before ]. I guess it’s not an issue with Trac / Genshi, so much as it is with that specific server. I’m not sure how to debug this. If you have any pointers, I’d appreciate it. Thanks. -Vijay From: [email protected] [mailto:[email protected]] On Behalf Of RjOllos Sent: Monday, February 15, 2016 1:53 AM To: Trac Users <[email protected]> Subject: [Trac] Re: Missing header and footer when running with WSGI On Saturday, February 13, 2016 at 9:08:49 AM UTC-8, Vijay Varadan wrote: I did a fresh install of trac in the following environment: Ubuntu 14.04.3 python 2.7.,6 PostgreSQL 9.3.11 psycopg2 2.6.1 Genshi 0.7-3 Babel 1.3 setuptools 3.3 Does "fresh install" mean that this is a new virtual machine that is guaranteed to have no other modifications other than the changes you've made in setting up Trac? -- You received this message because you are subscribed to a topic in the Google Groups "Trac Users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/trac-users/AQpVWTXVwsg/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected] <mailto:[email protected]> . To post to this group, send email to [email protected] <mailto:[email protected]> . Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
