The syntax error was not the only problem. It helped a bit, but I still got bus errors.
I installed Python 2.7 and reinstalled Django-1.4 using pip insted of django's own setup.py install I don't know if I've been wiser, but at least it seems to work now :-) Den torsdag den 19. april 2012 17.36.53 UTC+2 skrev Harald Sigh Andertun: > > Hi all > > I am totally new to django. Have followed the intro tutorial until part > 2<https://docs.djangoproject.com/en/dev/intro/tutorial02/>, > but when I start the development server and tries to access the admin page > Python crashes immediately. The console prints "Bus error: 10". > I have been googling for a while now, but can't figure out why this error > occurs. > > Is it a code error, or an environment issue? > > I use Python 2.6.2 and Django 1.4.0, and I have choosen sqlite3 as db. > > I hope someone can enlighten me in what direction the problem might be ;) > > Cheers, > Harald > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/wbphSrYwBCoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

