Created
June 8, 2011 23:16
-
-
Save graybill/1015699 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19:14 admin@meatball: ~/.kegbot [1] | |
> kegbot-admin.py runserver | |
Validating models... | |
Unhandled exception in thread started by <bound method Command.inner_run of <django.core.management.commands.runserver.Command object at 0x10110b550>> | |
Traceback (most recent call last): | |
File "/Library/Python/2.6/site-packages/django/core/management/commands/runserver.py", line 88, in inner_run | |
self.validate(display_num_errors=True) | |
File "/Library/Python/2.6/site-packages/django/core/management/base.py", line 249, in validate | |
num_errors = get_validation_errors(s, app) | |
File "/Library/Python/2.6/site-packages/django/core/management/validation.py", line 36, in get_validation_errors | |
for (app_name, error) in get_app_errors().items(): | |
File "/Library/Python/2.6/site-packages/django/db/models/loading.py", line 146, in get_app_errors | |
self._populate() | |
File "/Library/Python/2.6/site-packages/django/db/models/loading.py", line 64, in _populate | |
self.load_app(app_name) | |
File "/Library/Python/2.6/site-packages/django/db/models/loading.py", line 78, in load_app | |
models = import_module('.models', app_name) | |
File "/Library/Python/2.6/site-packages/django/utils/importlib.py", line 35, in import_module | |
__import__(name) | |
File "/Library/Python/2.6/site-packages/imagekit/models.py", line 11, in <module> | |
from imagekit import specs | |
File "/Library/Python/2.6/site-packages/imagekit/specs.py", line 10, in <module> | |
from imagekit import processors | |
File "/Library/Python/2.6/site-packages/imagekit/processors.py", line 9, in <module> | |
from imagekit.lib import * | |
File "/Library/Python/2.6/site-packages/imagekit/lib.py", line 17, in <module> | |
raise ImportError('ImageKit was unable to import the Python Imaging Library. Please confirm it`s installed and available on your current Python path.') | |
ImportError: ImageKit was unable to import the Python Imaging Library. Please confirm it`s installed and available on your current Python path. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment