Pulling latest changes, help a noob out?
Created by: Ryan526
allianceserver@nexexercitus:~/allianceauth$ python manage.py shell < run_alliance_corp_update.py Python 2.7.3 (default, Dec 18 2014, 19:10:20) Type "copyright", "credits" or "license" for more information.
IPython 3.0.0-rc1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.
In [1]: In [2]: --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () ----> 1 from celerytask.tasks import run_corp_update
/home/allianceserver/allianceauth/celerytask/tasks.py in () 5 from models import SyncGroupCache 6 from celery.task.schedules import crontab ----> 7 from services.managers.openfire_manager import OpenfireManager 8 from services.managers.mumble_manager import MumbleManager 9 from services.managers.phpbb3_manager import Phpbb3Manager
/home/allianceserver/allianceauth/services/managers/openfire_manager.py in () 7 from django.conf import settings 8 import threading ----> 9 from ofrestapi.users import Users as ofUsers 10 from ofrestapi import exception 11
ImportError: No module named ofrestapi.users
In [3]: [21/Jan/2016 05:39:38] INFO [util:31] Bootstrapped permissions for auth and created default groups. In [3]: In [4]: --------------------------------------------------------------------------- NameError Traceback (most recent call last) in () ----> 1 run_corp_update()
NameError: name 'run_corp_update' is not defined