Re: Import error exception "No module named urls" when running from eclipse

2008-10-26 Thread Steve Holden
DragonSlayre wrote: [at the top, but it's now moved to the bottom] > On Oct 22, 2:03 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote: > >> DragonSlayre wrote: >> >>> Hi, I'm new to django/python, and I'm testing out eclipse for >>> development. >>> >>> I'm using pydev, and managed to ru

Re: Import error exception "No module named urls" when running from eclipse

2008-10-21 Thread DragonSlayre
Thanks for your help, It turns out that it was a problem to do with the renaming functionality not working properly in eclipse. I tried renaming my package - and that doesn't work for some reason, and then my hack around caused a problem when I created a new package, which ultimately stuffed up

Re: Import error exception "No module named urls" when running from eclipse

2008-10-21 Thread Jeff Anderson
DragonSlayre wrote: > Hi, I'm new to django/python, and I'm testing out eclipse for > development. > > I'm using pydev, and managed to run my app, but then when I go to the > web page, I get: > > ImportError at /time/ > No module named urls > You'll need to include the code for the view that is