Skip to content

ImportError: No module named 'utils' #7

Description

@lyntux

I'm trying to get things running but I'm getting the following when running "paver createdb"

---> pavement.createdb

Captured Task Output:

---> pavement.createdb
Traceback (most recent call last):
File "/home/lyntux/pyenv/gamification/lib/python3.4/site-packages/paver/tasks.py", line 195, in _run_task
return do_task()
File "/home/lyntux/pyenv/gamification/lib/python3.4/site-packages/paver/tasks.py", line 192, in do_task
return func(**kw)
File "pavement.py", line 87, in createdb
from gamification import settings
File "/home/lyntux/gamification-server/gamification/init.py", line 3, in
from gamification.core.models import Points
File "/home/lyntux/gamification-server/gamification/core/models.py", line 32, in
from gamification.badges.models import ProjectBadge, ProjectBadgeToUser
File "/home/lyntux/gamification-server/gamification/badges/init.py", line 1, in
from utils import registered_badges, MetaBadge
ImportError: No module named 'utils'

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions