Re: Deply with mod_wsgi

2010-09-16 Thread Waléria Antunes David
Nuno... Thank you very much. My problem was resolved. Thanks again :) Waléria. On Thu, Sep 16, 2010 at 2:12 PM, Nuno Maltez wrote: > Well, my guess is that you should change the template responsible for > the page in your second picture and fix the tag that displays > the graphic so that the

Re: Deply with mod_wsgi

2010-09-16 Thread Nuno Maltez
Well, my guess is that you should change the template responsible for the page in your second picture and fix the tag that displays the graphic so that the source points to /simuladores/grafico/ instead of /grafico/ Nuno On Thu, Sep 16, 2010 at 6:05 PM, Waléria Antunes David wrote: > Yes, my gr

Re: Deply with mod_wsgi

2010-09-16 Thread Waléria Antunes David
Yes, my graph is generated dynamically. Where do I change my code for this error doesn't occur and my image appears? On Thu, Sep 16, 2010 at 1:56 PM, Nuno Maltez wrote: > At a glance: is your graphic dynamically generated and served by > Django? If so, shouldn't the the src of the img tag point

Re: Deply with mod_wsgi

2010-09-16 Thread Nuno Maltez
At a glance: is your graphic dynamically generated and served by Django? If so, shouldn't the the src of the img tag point to /simuladores/grafico/ - or something under /simuladores where the wsgi script can catch it - instead of /grafico ? If your code is writing the image to the filesystem, is i