@james-crowley

I tried to run the command below but nothing happens. I'm not a Linux guy at all so this is my first time in SSH...

BTW - I'm running a vanilla install on WebFaction

python manage.py send_email_alerts

And I'm getting the following:

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

Any idea what is wrong here? Trying to just run this from command line with no success.

asked 12 May '11, 14:10

Orbits's gravatar image

Orbits
61238
accept rate: 0%

converted to question 12 May '11, 17:53

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674


It may depend on what version of Python you've installed your OSQA under.

There may be a clue in your osqa.wsgi file.

From SSH, try running something like:

python2.6 manage.py send_email_alerts

If that doesn't work, change the python2.6 to python2.5 or python2.7. One of them should work!

link

answered 12 May '11, 17:54

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674
accept rate: 21%

Ok will give it a shot.

(12 May '11, 18:30) Orbits
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:

×101
×49
×24

Asked: 12 May '11, 14:10

Seen: 693 times

Last updated: 12 May '11, 18:30

powered by OSQA