Re: Windows development server problem

2009-07-21 Thread cwurld
Hi, Sorry for not giving more details. I did not want to get into my code as much as I was hoping to find out more about how the dev server might differ from the command line. I was using the pod module (http://code.google.com/p/pickled-object- database/) in addition to mysql. It turns out that

Re: Windows development server problem

2009-07-21 Thread Daniel Roseman
On Jul 21, 12:13 am, cwurld wrote: > Hi, > > I have a snippet of code that runs fine as a standalone program. But > when I incorporate it into a view and access that view w the > development server, the snippet no longer works. > > What is the difference between the python interpreter and the > d

Re: Windows development server problem

2009-07-21 Thread Sam Lai
Did you forget any imports? Maybe your code snippet's identifiers clashed with the default django ones? Are there any errors in stdout? 2009/7/21 cwurld : > > Hi, > > I have a snippet of code that runs fine as a standalone program. But > when I incorporate it into a view and access that view w

Windows development server problem

2009-07-20 Thread cwurld
Hi, I have a snippet of code that runs fine as a standalone program. But when I incorporate it into a view and access that view w the development server, the snippet no longer works. What is the difference between the python interpreter and the development server? Thanks, Chuck --~--~-