Re: "Error: unable to open database file" when trying out the Django tutorial

2012-10-20 Thread Amyth Arora
change 'NAME': 'E:/Users/python/mysite/mysite.db', to 'NAME': 'mysite.db', and then try. If that does not work, delete the database file and do python manage.py syncdb again. On Fri, Oct 19, 2012 at 11:22 AM, Hamed Tohidloo wrote: > I am getting the exact same error . did

Re: "Error: unable to open database file" when trying out the Django tutorial

2012-10-19 Thread Hamed Tohidloo
I am getting the exact same error . did you find out what was wrong ? On Friday, 25 March 2011 21:51:24 UTC+11, kpk wrote: > > I was trying out the tutorial "Writing your first Django app, part 1" > at http://docs.djangoproject.com/en/1.3/intro/tutorial01/. > > The configuration is as follows:

"Error: unable to open database file" when trying out the Django tutorial

2011-03-25 Thread kpk
I was trying out the tutorial "Writing your first Django app, part 1" at http://docs.djangoproject.com/en/1.3/intro/tutorial01/. The configuration is as follows: Windows XP SP2, Python 2.5.2, Django 1.3. The tutorial succeeded up to the stage of creating a project and demonstration the "Welcome