Skip to content

IndexError: list index out of range #285

@anishmenon

Description

@anishmenon

i'm using

Django 1.3
django_mongodb_engine
amqp==1.3.2
anyjson==0.3.3
argparse==1.2.1
billiard==3.3.0.3
celery==3.1.0
dateutils==0.6.6
distribute==0.7.3
django-celery==3.1.0
django-guardian==1.1.1
django-mongodb-cache==0.1.0
ipython==1.1.0
kombu==3.0.4
pymongo==2.6.3
python-dateutil==2.2
pytz==2013.8
six==1.4.1
wsgiref==0.1.2

when i run

./manage.py celeryd -l INFO

File "/home/anish/envs/global/src/django/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/anish/envs/global/local/lib/python2.7/site-packages/djcelery/management/base.py", line 77, in run_from_argv
return super(CeleryCommand, self).run_from_argv(argv)
File "/home/anish/envs/global/src/django/django/core/management/base.py", line 188, in run_from_argv
parser = self.create_parser(argv[0], argv[1])
File "/home/anish/envs/global/src/django/django/core/management/base.py", line 171, in create_parser
option_list=self.option_list)
File "/home/anish/envs/global/local/lib/python2.7/site-packages/djcelery/management/base.py", line 107, in option_list
if x._long_opts[0] not in self.skip_opts]
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions