Hello Hello,

So I am trying to install OSQA on a webfaction account and of course it doesn't go well. Everything works fine until i get to Step 6 in the tutorial:

python2.5 manage.py syncdb --all

This line results in the following error:

Traceback (most recent call last):
File "manage.py", line 2, in <module>
    from django.core.management import execute_manager
ImportError: No module named django.core.management

Anyone have any idea what the problem(s) might be?

asked 22 Nov '10, 15:59

paglew's gravatar image

paglew
61125
accept rate: 0%

edited 23 Nov '10, 03:22

Randell's gravatar image

Randell
2.0k479376


Try running:

python2.6 manage.py syncdb --all

Django might be installed on python2.6.

link

answered 12 Dec '10, 12:15

eman's gravatar image

eman
714
accept rate: 66%

Apparently you don't have django installed.

link

answered 26 Nov '10, 06:09

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×156
×49
×25

Asked: 22 Nov '10, 15:59

Seen: 2,078 times

Last updated: 12 Dec '10, 12:15

powered by OSQA